Merge remote-tracking branch 'upstream/master' into develop
This commit is contained in:
@ -23,6 +23,9 @@ class IOBuffer():
|
||||
finally:
|
||||
previous.close()
|
||||
|
||||
def flush(self):
|
||||
self.current.flush()
|
||||
|
||||
|
||||
class ConsoleOutputPlugin(Plugin):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user