From 9624fd62bcc2065c89db3d02190039b5fab7ebe5 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Tue, 19 Oct 2010 17:01:31 +0300 Subject: [PATCH] cosmetic --- system/TestMain.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/TestMain.py b/system/TestMain.py index f3d37b8..c09ca46 100755 --- a/system/TestMain.py +++ b/system/TestMain.py @@ -369,7 +369,7 @@ steps refer to a method in TestPlc or to a step_* module continue try: force_msg="" - if force and spec['failed_step']: force_msg=" (forced after %s has failed)" + if force and spec['failed_step']: force_msg=" (forced after %s has failed)"%spec['failed_step'] utils.header("********** %d RUNNING step %s%s on plc %s"%(plc_counter,stepname,force_msg,plcname)) if not cross: step_result = method(plc_obj) else: step_result = method(plc_obj,across_plcs) -- 2.47.0