aboutsummaryrefslogtreecommitdiff
path: root/LightInstallation.py
diff options
context:
space:
mode:
Diffstat (limited to 'LightInstallation.py')
-rw-r--r--LightInstallation.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/LightInstallation.py b/LightInstallation.py
index 7f98473..62d3f6a 100644
--- a/LightInstallation.py
+++ b/LightInstallation.py
@@ -134,6 +134,7 @@ class LightInstallation(object):
main_log.debug(className + 'initialized with args ' + str(args))
#right
except Exception as inst:
+ pdb.set_trace()
main_log.error('Failure while initializing ' + className + ' with ' + str(args))
main_log.error(str(inst))