diff --git a/aqt/main.py b/aqt/main.py index 5f0e8bb63..716353870 100644 --- a/aqt/main.py +++ b/aqt/main.py @@ -266,7 +266,9 @@ how to restore from a backup.""") self.maybeOptimize() self.col.close() self.col = None + self.progress.start(immediate=True) self.backup() + self.progress.finish() # Backup and auto-optimize ##########################################################################