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
Up until 14.1, this would work as expected. That is, running log_output.getvalue() would return the output of the logged error. However, now log_output.getvalue() just returns an empty string. This seems broken in 14.1, 14.2, 14.3 and 15.0.
The text was updated successfully, but these errors were encountered:
When testing log outputs I sometimes use io and contextlib.redirect_stderr in the following way:
Up until 14.1, this would work as expected. That is, running
log_output.getvalue()
would return the output of the logged error. However, nowlog_output.getvalue()
just returns an empty string. This seems broken in 14.1, 14.2, 14.3 and 15.0.The text was updated successfully, but these errors were encountered: