forked from VimPlug/jedi
Forgot to cast a map to a list
This commit is contained in:
@@ -35,4 +35,4 @@ class Project(object):
|
|||||||
force_unicode,
|
force_unicode,
|
||||||
detect_additional_paths(self._evaluator, self._script_path)
|
detect_additional_paths(self._evaluator, self._script_path)
|
||||||
)
|
)
|
||||||
return sys_path + added_paths
|
return sys_path + list(added_paths)
|
||||||
|
|||||||
Reference in New Issue
Block a user