Merge pull request #145 from vit-/iobuffer-flush

Fix #113. Add flush() method to IOBuffer
This commit is contained in:
Romain Dorgueil
2017-07-15 12:19:13 +02:00
committed by GitHub

View File

@ -23,6 +23,9 @@ class IOBuffer():
finally:
previous.close()
def flush(self):
self.current.flush()
class ConsoleOutputPlugin(Plugin):
"""