From 19471eea3810d08197745c7cd238164a049ee886 Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Fri, 4 Sep 2015 15:24:00 +0200 Subject: [PATCH] Closedown --- script/local.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script/local.py b/script/local.py index 51d4467..44d25ed 100644 --- a/script/local.py +++ b/script/local.py @@ -32,8 +32,8 @@ class TestingTool: import time time.ctime() now = time.strftime('%Y.%m.%d %H:%M:%S') - logText = now + ' ' + self.deviceName + ' - ' + self.testName + ': ' + str(text) - print logText + logText = self.deviceName + ' - ' + self.testName + ': ' + str(text) + print now + ' ' + logText log(logText) #prepare and send feedback to calling tool