We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 303dbd0 commit 1485b10Copy full SHA for 1485b10
1 file changed
bpython/cli.py
@@ -606,6 +606,7 @@ def _complete(self, unused_tab=False):
606
e = False
607
matches = importcompletion.complete(self.s, cw)
608
if matches is None:
609
+ self.matches = []
610
self.scr.redrawwin()
611
return False
612
0 commit comments