Script execution

This commit is contained in:
boccioli_m
2015-06-22 10:59:56 +02:00
parent a25f1d3629
commit 9ec6a4ac71

View File

@@ -63,8 +63,9 @@ except:
print "Unable to create channel:", sys.exc_info()[0]
ret = 'Unable to create channel - ' + traceback.format_exc()
success = False
set_return(32)
raise Exception("")
set_return(10)
sys.exit()
#raise Exception("")
#remove limits
idLimitH.put(999999.9, timeout=None)