Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion roboflow/core/workspace.py
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ def _save_annotation(image_id, imagedesc):
if not annotation_path:
return None, None

annotation, upload_time = project.save_annotation(
annotation, upload_time, _retry_attempts = project.save_annotation(
annotation_path=annotation_path,
annotation_labelmap=labelmap,
image_id=image_id,
Expand Down