mirror of
https://github.com/davidhalter/jedi.git
synced 2026-02-21 07:28:27 +08:00
exception throw fix
This commit is contained in:
@@ -133,7 +133,7 @@ class Executable(object):
|
||||
while key:
|
||||
try:
|
||||
key_param = param_dict[key]
|
||||
except IndexError:
|
||||
except KeyError:
|
||||
non_matching_keys.append((key, value))
|
||||
else:
|
||||
result.append(gen_param_name_copy(key_param,
|
||||
|
||||
Reference in New Issue
Block a user