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 7462c0b commit b39d1c7Copy full SHA for b39d1c7
src/superannotate/lib/core/usecases/annotations.py
@@ -386,7 +386,7 @@ def execute(self):
386
self.reporter.finish_progress()
387
388
log_report(self._report)
389
- failed = self._report.failed_annotations
+ failed.extend(self._report.failed_annotations)
390
uploaded_annotations = list(
391
{i.item.name for i in items_to_upload}
392
- set(self._report.failed_annotations).union(set(skipped))
0 commit comments