We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a1f7f8 commit fbe440dCopy full SHA for fbe440d
1 file changed
pythonFiles/completion.py
@@ -612,5 +612,5 @@ def watch(self):
612
# remove jedi from path after we import it so it will not be completed
613
sys.path.pop(0)
614
if len(modulesToLoad) > 0:
615
- jedi.preload_module(modulesToLoad.split(','))
+ jedi.preload_module(*modulesToLoad.split(','))
616
JediCompletion().watch()
0 commit comments