-
Notifications
You must be signed in to change notification settings - Fork 66
Closed
Milestone
Description
Using multipart and Partmap results in a NoneType error.
To Reproduce
Create a simple multipart def:
@multipart
@post('engine-rest/deployment/create')
def deployment_create(
self,
**params: PartMap,
):
pass
and use it. Will produce an error:
site-packages/uplink/converters/keys.py", line 70, in <genexpr>
return dict((k, converter(value[k])) for k in value)
TypeError: 'NoneType' object is not callable
Expected behavior
The submitted params should work just like the QueryMap.
Metadata
Metadata
Assignees
Labels
No labels