GitHub
Moderator
[PluginBrowser] fix illogical code
Python 3.8.2 (tags/v3.8.2:7b3ab59, Feb 25 2020, 22:45:29) [MSC v.1916 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>>
>>> ('wget returned 1' or 'wget returned 255' or '404 Not Found')
'wget returned 1'
>>>
(cherry picked from commit d1cebe90a4d69d8d90ff95d11a90e652c3c9f2b5)
Continue reading...
Python 3.8.2 (tags/v3.8.2:7b3ab59, Feb 25 2020, 22:45:29) [MSC v.1916 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>>
>>> ('wget returned 1' or 'wget returned 255' or '404 Not Found')
'wget returned 1'
>>>
(cherry picked from commit d1cebe90a4d69d8d90ff95d11a90e652c3c9f2b5)
Continue reading...