Script execution

This commit is contained in:
x03daop
2015-11-02 14:19:29 +01:00
parent 90cebf6814
commit 462427ad3a
+1 -1
View File
@@ -152,7 +152,7 @@ diag_channels.append(ManipulatorCoolFlowSet)
def print_diag():
for f in diag_channels:
print "{:<5} = {:<30}\n".format(f.getName() , str(f.read()))
print "{:<5} = {:<30}".format(f.getName() , str(f.read()))