aboutsummaryrefslogtreecommitdiff
path: root/LightInstallation.py
diff options
context:
space:
mode:
Diffstat (limited to 'LightInstallation.py')
-rw-r--r--LightInstallation.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/LightInstallation.py b/LightInstallation.py
index 01fea1c..c74926e 100644
--- a/LightInstallation.py
+++ b/LightInstallation.py
@@ -98,7 +98,8 @@ class LightInstallation:
try:
exec('from ' + module+'.'+className + ' import *')
main_log.debug(module +'.' +className + 'imported')
- except:
+ except Exception as inst:
+ pdb.set_trace()
main_log.error('Error importing ' + module+'.'+'.className. Component not\
initialized.')
continue #TODO: verify functions as expected