1
0
forked from VimPlug/jedi

Using additional_dynamic_modules sometimes led to weird behavior of using modules twice.

This commit is contained in:
Dave Halter
2017-10-09 20:28:39 +02:00
parent bedff46735
commit 8658ac5c28
3 changed files with 33 additions and 29 deletions

View File

@@ -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))