actinia-org / actinia-python-client

Python Client Library for actinia
https://actinia-org.github.io/actinia-python-client/
GNU General Public License v3.0
5 stars 7 forks source link

Accept unknown keyword arguments from Job #12

Closed widforss closed 1 year ago

widforss commented 1 year ago

We had a problem where Actinia sent us a response containing the key "queue", which was deserialized and unpacked as a keyword argument, which was not expected.

We now add a queue param as well as a dict that catches any other arguments that may appear.

anikaweinmann commented 1 year ago

Thank you. I think the problem is solved with https://github.com/actinia-org/actinia-python-client/pull/10.