mirror of
https://github.com/davidhalter/jedi.git
synced 2026-02-27 16:22:18 +08:00
Better handling of smart sys path
This commit is contained in:
@@ -140,7 +140,7 @@ def detect_additional_paths(evaluator, script_path):
|
||||
for path in _get_paths_from_buildout_script(evaluator, buildout_script_path):
|
||||
buildout_script_paths.add(path)
|
||||
|
||||
return list(buildout_script_paths)
|
||||
return buildout_script_paths
|
||||
|
||||
|
||||
def _get_paths_from_buildout_script(evaluator, buildout_script_path):
|
||||
|
||||
Reference in New Issue
Block a user