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
It would be nice if progress supported the situation when sys.stderr is changed at runtime. Currenly, it is bound in Infinity.file at import time and further changes to sys.stderr are not reflected. I'd like to suggest changing Infinity.file into a property returning sys.stderr.
It would be nice if
progress
supported the situation whensys.stderr
is changed at runtime. Currenly, it is bound inInfinity.file
at import time and further changes tosys.stderr
are not reflected. I'd like to suggest changingInfinity.file
into a property returningsys.stderr
.Related: Drekin/win-unicode-console#11.
The text was updated successfully, but these errors were encountered: