From f86a90bc973ae75274aa12b0014b0a5055fd4ed8 Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Thu, 18 Jun 2015 15:41:06 +0200 Subject: [PATCH] Script execution --- .../tests/tests/Collimator Tests/Motor Test 2/Motor Test 2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/tests/tests/Collimator Tests/Motor Test 2/Motor Test 2.py b/script/tests/tests/Collimator Tests/Motor Test 2/Motor Test 2.py index 7f90cd6..8ffa19f 100644 --- a/script/tests/tests/Collimator Tests/Motor Test 2/Motor Test 2.py +++ b/script/tests/tests/Collimator Tests/Motor Test 2/Motor Test 2.py @@ -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