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