Deepomatic / deepomatic-client-python

Python Client
Other
14 stars 0 forks source link

TaskError and TaskTimeout could take Task instead of Task.data() as constructor argument #71

Open thomas-riccardi opened 4 years ago

thomas-riccardi commented 4 years ago

Currently TaskError and TaskTimeout take Task.data() (dict) as constructor argument. This could be changed to taking the full Task object.

Pros:

Cons: