From e179855d051adf7fe58c044f7448e8dcfd624a72 Mon Sep 17 00:00:00 2001 From: morpheus65535 <5130500+morpheus65535@users.noreply.github.com> Date: Sun, 1 Jul 2018 22:20:14 -0400 Subject: [PATCH] Fix for #96 --- update_modules.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 == "":