diff --git a/update_modules.py b/update_modules.py index 59896488c..1c32e2f8f 100644 --- a/update_modules.py +++ b/update_modules.py @@ -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 == "":