mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-01-12 17:57:43 +08:00
Fix for #96
This commit is contained in:
parent
eaa7fc3885
commit
e179855d05
1 changed files with 2 additions and 2 deletions
|
@ -17,8 +17,8 @@ try:
|
|||
|
||||
if os.name == 'nt':
|
||||
process = process.decode(encoding)
|
||||
except:
|
||||
logging.error('Unable to install requirements using command line PIP. Is PIP installed and included in system path?')
|
||||
except Exception as e:
|
||||
logging.exception('Unable to install requirements using command line PIP.')
|
||||
pass
|
||||
else:
|
||||
if process == "":
|
||||
|
|
Loading…
Reference in a new issue