mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-22 05:11:25 +08:00
Forgot to cast a map to a list
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user