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.
2 parents 05530d2 + c601824 commit 1a4965dCopy full SHA for 1a4965d
labelbox/schema/project.py
@@ -333,7 +333,7 @@ def _validate_datetime(string_date: str) -> bool:
333
while True:
334
res = self.client.execute(query_str, {id_param: self.uid})
335
res = res["exportLabels"]
336
- if not res["shouldPoll"]:
+ if not res["shouldPoll"] and res["downloadUrl"] is not None:
337
url = res['downloadUrl']
338
if not download:
339
return url
0 commit comments