Skip to content

Commit ebd52e8

Browse files
committed
Added flush method
1 parent a579609 commit ebd52e8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

psyplot_gui/common.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,3 +128,6 @@ def __init__(self, logger, log_level=logging.INFO):
128128
def write(self, buf):
129129
for line in buf.rstrip().splitlines():
130130
self.logger.log(self.log_level, line.rstrip())
131+
132+
def flush(self):
133+
pass

0 commit comments

Comments
 (0)