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 eb8664d commit d77dd98Copy full SHA for d77dd98
bpython/importcompletion.py
@@ -72,7 +72,7 @@ def __init__(
72
paths = sys.path
73
74
self.find_iterator = self.find_all_modules(
75
- (Path(p).resolve() if p else Path.cwd() for p in sys.path)
+ (Path(p).resolve() if p else Path.cwd() for p in paths)
76
)
77
78
def module_matches(self, cw: str, prefix: str = "") -> Set[str]:
0 commit comments