You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Somewhere in my code, I'm setting a stream which raises the following error:
File "/Users/rfourcade/.pyenv/versions/3.7.9/lib/python3.7/logging/__init__.py", line 1050, in setStream
self.stream = stream
AttributeError: can't set attribute
Would it be possible to remove this property and just make the sys.stderr the default stream value ?
Thanks
The text was updated successfully, but these errors were encountered:
Hello,
Since Python 3.7 streams can be managed with StreamHandler.setStream.
Somewhere in my code, I'm setting a stream which raises the following error:
Would it be possible to remove this property and just make the
sys.stderr
the default stream value ?Thanks
The text was updated successfully, but these errors were encountered: