1
0
forked from VimPlug/jedi

Forgot to cast a map to a list

This commit is contained in:
Dave Halter
2017-12-29 02:39:35 +01:00
parent 52298510ed
commit ec9b8e8c02

View File

@@ -35,4 +35,4 @@ class Project(object):
force_unicode,
detect_additional_paths(self._evaluator, self._script_path)
)
return sys_path + added_paths
return sys_path + list(added_paths)