Script execution

This commit is contained in:
boccioli_m
2015-06-23 11:42:56 +02:00
parent f94f7c53c1
commit d195091174

View File

@@ -68,7 +68,7 @@ except:
ret = 'Unable to create channel - ' + traceback.format_exc()
success = False
raise Exception('Unable to create channel - ' + traceback.format_exc())
sys.exit()
#sys.exit()
#remove limits
idLimitH.put(999999.9, timeout=None)