From 724fe7b7bd8bee24da1f3836fdf8ce02833cf5d6 Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Fri, 4 Sep 2015 15:33:33 +0200 Subject: [PATCH] Closedown --- script/local.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/script/local.py b/script/local.py index 96262a9..53e15fa 100644 --- a/script/local.py +++ b/script/local.py @@ -37,7 +37,12 @@ class TestingTool: try: log(logText) except: - + time.sleep(1) + try: + log(logText) + except: + #cannot write log + #prepare and send feedback to calling tool # returnString = the string containing info on the test result # testPassed = true if the test was successful, false if test had a problem