Fix the poezio_logs script
This commit is contained in:
parent
d886c4d3dc
commit
377b58f1e8
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ def parse_messages(fd):
|
||||||
elif in_text:
|
elif in_text:
|
||||||
more_lines.append(line[1:])
|
more_lines.append(line[1:])
|
||||||
continue
|
continue
|
||||||
current_log = parse_message_line(line.rstrip())
|
current_log = parse_message_line(line)
|
||||||
in_text = True
|
in_text = True
|
||||||
print_log(current_log, more_lines)
|
print_log(current_log, more_lines)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue