over.core.text.Output default output stream changed to stderr
This commit is contained in:
parent
95165e9067
commit
1597a303f9
1 changed files with 1 additions and 1 deletions
|
@ -449,7 +449,7 @@ class Output:
|
|||
TODO use a generic format string
|
||||
'''
|
||||
|
||||
def __init__(self, name, timestamp=True, colors=True, default_prefix=prefix.info, default_suffix='.\n', stream=sys.stdout):
|
||||
def __init__(self, name, timestamp=True, colors=True, default_prefix=prefix.info, default_suffix='.\n', stream=sys.stderr):
|
||||
self.name = name
|
||||
self.timestamp = timestamp
|
||||
self.colors = colors
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue