Skip to content

Commit 1a8f870

Browse files
authored
Merge pull request #266 from superannotateai/friday
Fix progress bar finish
2 parents c47da71 + 644e676 commit 1a8f870

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
@@ -246,7 +246,7 @@ def execute(self):
246246
else:
247247
failed_annotations.append(annotation)
248248
self.reporter.update_progress()
249-
249+
self.reporter.finish_progress()
250250
self._log_report()
251251
self._response.data = (
252252
uploaded_annotations,

0 commit comments

Comments
 (0)