mirror of
https://github.com/davidhalter/jedi.git
synced 2026-02-27 12:32:19 +08:00
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