Skip to content
Snippets Groups Projects
Commit e76dfbea authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Flush every time

parent 2602a529
No related branches found
No related tags found
No related merge requests found
......@@ -42,6 +42,7 @@ class MSGDumper(Module):
entry = "{} [{}]: {}\n".format(
os.path.basename(self.filename), source, data)
self.fobj.write(entry)
self.fobj.flush()
return blob
def finish(self):
......
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