Closedown
This commit is contained in:
@@ -72,7 +72,7 @@ class TestingTool:
|
||||
"""
|
||||
import time
|
||||
time.ctime()
|
||||
now = time.strftime('%Y.%m.%d %H:%M:%S')
|
||||
now = time.strftime('---%Y.%m.%d %H:%M:%S')
|
||||
logText = self.deviceName + ' - ' + self.testName + ': ' + str(text)
|
||||
print now + ' ' + logText
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user