Closedown

This commit is contained in:
boccioli_m
2017-08-29 11:16:27 +02:00
parent cc766b7b0a
commit 90d8454c08

View File

@@ -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: