From f8b56fc4967fc103455f3d55024073180bd26b46 Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Fri, 4 Sep 2015 15:35:14 +0200 Subject: [PATCH] Closedown --- script/local.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/local.py b/script/local.py index 53e15fa..b9e5761 100644 --- a/script/local.py +++ b/script/local.py @@ -42,7 +42,7 @@ class TestingTool: log(logText) except: #cannot write log - + print now + ' ' + self.deviceName + ' - ' + self.testName + ': ' + 'cannot write Log in Data' #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