From 90d8454c08c1aebbbfc1f34f553b9dcfc049c7e2 Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Tue, 29 Aug 2017 11:16:27 +0200 Subject: [PATCH] Closedown --- script/local.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/local.py b/script/local.py index 2bb26d3..ef70bf4 100644 --- a/script/local.py +++ b/script/local.py @@ -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: