Was forgetting this.
This commit is contained in:
Enrico Forestieri 2020-03-22 22:03:49 +01:00
parent 7b3404fcab
commit 92c4bb4682

View File

@ -111,7 +111,7 @@ def legacy_extract_metrics_info(log_file):
if match == None:
continue
snippet = (match.group(1) == 'S')
snippet = (match.group(1) == b'S')
success = 1
match = data_re.search(line)
if match == None: