From 804988efe7c8b131fc0c4b30088de2b5c5bd0b74 Mon Sep 17 00:00:00 2001 From: Scott Gasch Date: Wed, 9 Feb 2022 10:35:31 -0800 Subject: [PATCH] Fix typo. --- executors.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/executors.py b/executors.py index 2ece15e..60bd166 100644 --- a/executors.py +++ b/executors.py @@ -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, ) -- 2.45.2