pandemicsyn/asana

.text and .content

Closed this issue · 0 comments

On lines 84-89 of asana.py, there is an explicit test for the existence of attribute .text and .content.

But the handlers for POST and PUT don't have these tests.

For POST

For PUT

Those handlers will raise the exception when using older versions of the requests package. They should probably have the same tests as lines 84-89.