From 7bfec888dd412323b87625f9f5bd827213b40820 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Sat, 31 Mar 2012 17:20:29 +0200 Subject: [PATCH] fix syntax error --- system/TestPlc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/TestPlc.py b/system/TestPlc.py index 86f31f4..23e463d 100644 --- a/system/TestPlc.py +++ b/system/TestPlc.py @@ -487,7 +487,7 @@ class TestPlc: # a first approx. is to store the timestamp close to the VM root like vs does stamp_path=self.vm_timestamp_path () stamp_dir = os.path.dirname (stamp_path) - utils.system(self.test_ssh.actual_command("mkdir -p %s"%stamp_dir) + utils.system(self.test_ssh.actual_command("mkdir -p %s"%stamp_dir)) return utils.system(self.test_ssh.actual_command("echo %d > %s"%(now,stamp_path)))==0 # this is called inconditionnally at the beginning of the test sequence -- 2.43.0