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 e9fd9c3 commit d4fb122Copy full SHA for d4fb122
labelbox/schema/task.py
@@ -69,7 +69,7 @@ def wait_till_done(self, timeout_seconds=300) -> None:
69
timeout_seconds -= check_frequency
70
time.sleep(sleep_time_seconds)
71
self.refresh()
72
-
+
73
def get_result(self) -> str:
74
""" Downloads the result file from Task
75
"""
0 commit comments