forked from VimPlug/jedi
Using additional_dynamic_modules sometimes led to weird behavior of using modules twice.
This commit is contained in:
@@ -80,7 +80,6 @@ def _abs_path(module_context, path):
|
||||
return None
|
||||
|
||||
base_dir = os.path.dirname(module_path)
|
||||
print(base_dir, path)
|
||||
return os.path.abspath(os.path.join(base_dir, path))
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user