Skip to content

Commit b39d1c7

Browse files
committed
Fix anntoations uplaod
1 parent 7462c0b commit b39d1c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/superannotate/lib/core/usecases/annotations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ def execute(self):
386386
self.reporter.finish_progress()
387387

388388
log_report(self._report)
389-
failed = self._report.failed_annotations
389+
failed.extend(self._report.failed_annotations)
390390
uploaded_annotations = list(
391391
{i.item.name for i in items_to_upload}
392392
- set(self._report.failed_annotations).union(set(skipped))

0 commit comments

Comments
 (0)