This commit is contained in:
morpheus65535 2018-07-01 22:20:14 -04:00
parent eaa7fc3885
commit e179855d05
1 changed files with 2 additions and 2 deletions

View File

@ -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 == "":