mirror of
https://github.com/davidhalter/jedi.git
synced 2026-02-09 15:31:25 +08:00
fix last failing function tests
This commit is contained in:
@@ -585,7 +585,7 @@ class Execution(Executable):
|
||||
array_type = pr.Array.DICT
|
||||
if non_matching_keys:
|
||||
keys, values = zip(*non_matching_keys)
|
||||
else:
|
||||
elif not keys_only:
|
||||
# normal param
|
||||
if value is not None:
|
||||
values = [value]
|
||||
|
||||
Reference in New Issue
Block a user