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 2d27b1a commit f0bda37Copy full SHA for f0bda37
roboflow/core/workspace.py
@@ -372,7 +372,7 @@ def _save_annotation(image_id, imagedesc):
372
if not annotation_path:
373
return None, None
374
375
- annotation, upload_time = project.save_annotation(
+ annotation, upload_time, _retry_attempts = project.save_annotation(
376
annotation_path=annotation_path,
377
annotation_labelmap=labelmap,
378
image_id=image_id,
0 commit comments