We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e322a25 commit 89f3bf4Copy full SHA for 89f3bf4
labelbox/schema/task.py
@@ -68,7 +68,7 @@ def wait_till_done(self, timeout_seconds=300) -> None:
68
time.sleep(sleep_time_seconds)
69
self.refresh()
70
71
- def errors(self) -> dict:
+ def errors(self):
72
""" Downloads the result file from Task
73
"""
74
if self.status == "FAILED" and self.result:
0 commit comments