From cbb6bc305caeec3efe3a78f6c59b2437901f39e2 Mon Sep 17 00:00:00 2001 From: x03daop Date: Mon, 2 Nov 2015 14:21:39 +0100 Subject: [PATCH] Script execution --- script/local.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/local.py b/script/local.py index 52b0be7b..28673f39 100644 --- a/script/local.py +++ b/script/local.py @@ -152,7 +152,7 @@ diag_channels.append(ManipulatorCoolFlowSet) def print_diag(): for f in diag_channels: - print "%-26s %s" % (f.getName() , str(f.read())) + print "%-24s %s" % (f.getName() , str(f.read())) \ No newline at end of file