aboutsummaryrefslogtreecommitdiff
path: root/LightInstallation.py
diff options
context:
space:
mode:
authorGravatar rcoh <rcoh@mit.edu>2011-01-22 13:31:56 -0500
committerGravatar rcoh <rcoh@mit.edu>2011-01-22 13:31:56 -0500
commit7f88db7003a03b50dc500bf7bd711407f1a640de (patch)
tree64c08cf2bfd6fb30ccbfc3f4a9fb2435f417abdf /LightInstallation.py
parenta223608dda0751551c6e8688c0c0e1c9a1d4e69c (diff)
Bouncing behavior. Working out a weird bug. Threading may be involved?
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))