json trace normalizing fix

Change-Id: Ia5987fcd3e08808953534fa3ded2df0b17e0e87a
Tá an tiomantas seo le fáil i:
Evgeny
2020-06-19 13:40:33 -05:00
tuismitheoir dfba287ff2
tiomantas 6c72cdfe82
+1 -1
Féach ar an gComhad
@@ -563,7 +563,7 @@ dbfile = ''
csvfile = ''
begin_ts_file = indir + '/begin_ts_file.txt'
if os.path.isfile(file_name):
if os.path.isfile(begin_ts_file):
with open(begin_ts_file, mode='r') as fd:
START_US=int(fd.readline()) / 1000
print('Appilcation START-ts found (' + START_US + 'us)')