Closedown

This commit is contained in:
boccioli_m
2017-10-13 13:40:03 +02:00
parent 6cb57b319c
commit edc2cfbb19
4 changed files with 8 additions and 3 deletions

View File

@@ -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,