From eb4a3d4578e9913f396b45032fd00330ba2927a9 Mon Sep 17 00:00:00 2001 From: Marc Fiuczynski Date: Fri, 8 Feb 2008 19:01:06 +0000 Subject: [PATCH] remove white space in command --- qaapi/qa/tests/plc_start.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qaapi/qa/tests/plc_start.py b/qaapi/qa/tests/plc_start.py index 9ad9b66..a514ed4 100644 --- a/qaapi/qa/tests/plc_start.py +++ b/qaapi/qa/tests/plc_start.py @@ -12,7 +12,7 @@ class plc_start(Test): def call(self): - command = " /sbin/service plc start " + command = "/sbin/service plc start " if self.config.verbose: utils.header(command) -- 2.43.0