Closedown
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user