Skip to content

Commit c3a1fcd

Browse files
committed
Fix logic
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
1 parent df0ee5a commit c3a1fcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bpython/curtsiesfrontend/repl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1489,7 +1489,7 @@ def request_refresh():
14891489
r.width = 50
14901490
r.height = 10
14911491
while True:
1492-
while not importcompletion.find_coroutine():
1492+
while importcompletion.find_coroutine():
14931493
pass
14941494
r.dumb_print_output()
14951495
r.dumb_input(refreshes)

0 commit comments

Comments
 (0)