forked from VimPlug/jedi
Wrong var_args with a star star function.
This commit is contained in:
@@ -16,6 +16,7 @@ CODES = {
|
||||
'type-error-too-few-arguments': (6, TypeError, None),
|
||||
'type-error-keyword-argument': (7, TypeError, None),
|
||||
'type-error-multiple-values': (8, TypeError, None),
|
||||
'type-error-star-star-mapping': (9, TypeError, None),
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user