Fix cursor misalignment after displaying detailed traceback
This commit is contained in:
parent
08c0321fc4
commit
3d50c1ea5a
@ -55,7 +55,7 @@ def real_main(args: List[str]) -> None:
|
||||
tb = data['tb']
|
||||
for ln in tb.splitlines():
|
||||
print('\r\n', ln, sep='', end='')
|
||||
print(flush=True)
|
||||
print(end='\r\n', flush=True)
|
||||
hold_till_enter()
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user