Skip to content

Commit 4458753

Browse files
author
Adrian Chang
committed
Alias gabes comment
1 parent 2f2ac75 commit 4458753

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

libs/labelbox/src/labelbox/schema/annotation_import.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,11 @@ def statuses(self) -> List[Dict[str, Any]]:
9191
"""
9292
self.wait_until_done()
9393
return self._fetch_remote_ndjson(self.status_file_url)
94+
95+
def wait_till_done(self,
96+
sleep_time_seconds: int = 10,
97+
show_progress: bool = False) -> None:
98+
self.wait_until_done(sleep_time_seconds, show_progress)
9499

95100
def wait_until_done(self,
96101
sleep_time_seconds: int = 10,

0 commit comments

Comments
 (0)