Commit 6d892167 authored by Olivier Kaufmann's avatar Olivier Kaufmann
Browse files

Investigates tag[i] error

Showing with 1 addition and 1 deletion
+1 -1
...@@ -77,7 +77,7 @@ def parse_log(log): ...@@ -77,7 +77,7 @@ def parse_log(log):
tag.append(line.split(" | ")[2].split(":")[0]) tag.append(line.split(" | ")[2].split(":")[0])
print(i, line) print(i, line)
if tag[-1] == 'INFO': if tag[-1] == 'INFO':
if 'NEW SESSION' in msg[i]: if 'NEW SESSION' in msg[-1]:
s += 1 s += 1
session.append(s) session.append(s)
elif "{" in line or msg_started: elif "{" in line or msg_started:
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment