Skip to content
Snippets Groups Projects
Commit ffbb2770 authored by mads's avatar mads
Browse files

bug fix

parent 626cd9bc
No related branches found
No related tags found
No related merge requests found
...@@ -70,7 +70,7 @@ class LogInterpreter(object): ...@@ -70,7 +70,7 @@ class LogInterpreter(object):
if self.status == UNKNOWN or self.status == MISSING: if self.status == UNKNOWN or self.status == MISSING:
self.status = PENDING self.status = PENDING
txt = new_lines txt = new_lines
sself.txt += txt self.txt += txt
if self.status == PENDING and self.position > 0: if self.status == PENDING and self.position > 0:
self.status = INITIALIZATION self.status = INITIALIZATION
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment