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
Writes to stdout when spinner is in hidden state (using Yaspin.hide) should explicitly contain a newline character \n in order to flush the stdout. Consider this example:
It is desirable that library handles this by itself. One of the possible approach is to monitor stdout of the process which utilizes yaspin. Here some relevant discussions I've found:
Writes to stdout when spinner is in hidden state (using
Yaspin.hide
) should explicitly contain a newline character\n
in order to flush the stdout. Consider this example:It is desirable that library handles this by itself. One of the possible approach is to monitor stdout of the process which utilizes yaspin. Here some relevant discussions I've found:
Somewhat similar functionality is also implemented in capsys fixture from pytest.
The text was updated successfully, but these errors were encountered: