Script execution

This commit is contained in:
boccioli_m
2015-06-18 15:41:06 +02:00
parent bea4ecb460
commit f86a90bc97

View File

@@ -55,7 +55,7 @@ try:
idLimitL = Channel(DEVICE+':MOTOR.LLM', type = 'd')
except:
print "Unexpected error:", sys.exc_info()[0]
print "Unable to create channel:", sys.exc_info()[0]
ret = 'Unable to create channel - ' + traceback.format_exc()
success = False
raise