Fix typo.
authorScott Gasch <[email protected]>
Wed, 9 Feb 2022 18:35:31 +0000 (10:35 -0800)
committerScott Gasch <[email protected]>
Wed, 9 Feb 2022 18:35:31 +0000 (10:35 -0800)
executors.py

index 2ece15e3ee3cb2ca5e1c5a81882a4f4e7f3e79f9..60bd166bb23ba63b227179c404d281681b35cad9 100644 (file)
@@ -705,7 +705,7 @@ class RemoteExecutor(BaseExecutor):
                 if bundle_to_backup is not None:
                     self.last_backup = now
                     logger.info(
-                        '=====> SCHEDULING BACKUP %s (score=%.1f}) <=====',
+                        '=====> SCHEDULING BACKUP %s (score=%.1f) <=====',
                         bundle_to_backup,
                         best_score,
                     )