You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But the type returned from api.results.add_result_for_case() is a dictionary, not a list containing a dictionary. Therefore result[0]["id"] produces a key error on the [0]
This seems to extend to the doc strings as pycharm also complains about the returned type, despite the code running without issue.
The text was updated successfully, but these errors were encountered:
Hi there, Thanks for for this library, its a god send.
but I've noticed a small error in the example and possibly in the doc string.
The example states the following:
But the type returned from
api.results.add_result_for_case()
is a dictionary, not a list containing a dictionary. Thereforeresult[0]["id"]
produces a key error on the[0]
This seems to extend to the doc strings as pycharm also complains about the returned type, despite the code running without issue.
The text was updated successfully, but these errors were encountered: