Closedown

This commit is contained in:
boccioli_m
2015-09-02 15:08:44 +02:00
parent 7f9dd359c2
commit c3404ae7c5
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ class TestingTool:
try:
return params[paramName]["value"]
except:
ret = 'Could not retrieve testing parameter ' + paramName + ' - Details: ' + traceback.format_exc()
self.log('Could not retrieve testing parameter ' + paramName + ' - Details: ' + traceback.format_exc())
return None
#print/log information