forked from VimPlug/jedi
Fix os path resolving issues
This commit is contained in:
@@ -91,7 +91,7 @@ def _load_stub_module(module):
|
||||
module.inference_state,
|
||||
import_names=module.string_names,
|
||||
python_value_set=ValueSet([module]),
|
||||
parent_module_context=None,
|
||||
parent_module_value=None,
|
||||
sys_path=module.inference_state.get_sys_path(),
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user