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
The number of loading symbols generated is sometimes one greater than expected. This is because the loading thread is sometimes in the middle of a tick when input is requested.
This was likely caused by a loading symbol spilling into the first input
prompt (see issue #1). NOTE: This change prevents empty input prompts,
but there should always be text in a prompt.
The number of loading symbols generated is sometimes one greater than expected. This is because the loading thread is sometimes in the middle of a tick when input is requested.
See:
pleasehold/core.py::PleaseHold::_loading()
,pleasehold/core.py::Transfer::__enter__()
Branch: extra_symbol_before_input
Test: tests/unit/test_input.py
The text was updated successfully, but these errors were encountered: