Closedown
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user