fixed askChoice sometimes failing to show

master 3.7.1.5
idziubenko 3 years ago
parent f2139ee819
commit 8b6e740637

@ -275,6 +275,7 @@ class TaskState():
CTRC_C = chr(3)
if use_getch:
printer(full_message)
print("") #printer breaks down in py3, this is a rough fix
ask = getch()
printer("\n")
if ask in (CTRC_C, ""):

Loading…
Cancel
Save