Closedown
This commit is contained in:
+6
-2
@@ -96,8 +96,12 @@ class TestingTool:
|
||||
self.log(columnsFormat.format("Parameter", "Value", "Description"))
|
||||
for param in self.testParams:
|
||||
self.log(columnsFormat.format(param,
|
||||
param.value,
|
||||
param.description))
|
||||
param,
|
||||
param))
|
||||
|
||||
self.log(columnsFormat.format(param,
|
||||
param['value'],
|
||||
param['description']))
|
||||
|
||||
|
||||
def sendFeedback(self, returnString, testPassed):
|
||||
|
||||
Reference in New Issue
Block a user