Closedown
This commit is contained in:
@@ -93,7 +93,7 @@ class TestingTool:
|
||||
Print/log the pshell parameters
|
||||
params = the JSON object with the parameters passed by pshell
|
||||
"""
|
||||
columnsFormat = '{0:20} {1:>7} {2}'
|
||||
columnsFormat = '{0:17} {1:>15} {2}'
|
||||
self.log(columnsFormat.format("Parameter", "Value", "Description"))
|
||||
for key in self.testParams.keys():
|
||||
self.log(columnsFormat.format(key,
|
||||
|
||||
Reference in New Issue
Block a user