mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
1ee3c0fdd6
commit
2375f1c295
@ -37,7 +37,7 @@ class Stream(object):
|
||||
self._prints(*args, **kwargs)
|
||||
|
||||
def _prints(self, *args, **kwargs):
|
||||
prints(*args, file=self.stream, **kwargs)
|
||||
prints(*args, **kwargs, file=self.stream)
|
||||
|
||||
|
||||
class ANSIStream(Stream):
|
||||
|
Loading…
x
Reference in New Issue
Block a user