FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Fix logic · bpython/bpython@c3a1fcd · GitHub

Commit c3a1fcd

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎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)

Back | FazBrowse Home | New Git URL