1
0
forked from VimPlug/jedi

Better handling of smart sys path

This commit is contained in:
Dave Halter
2018-02-16 11:57:58 +01:00
parent 30cfdee325
commit 863fbb3702
2 changed files with 13 additions and 9 deletions

View File

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