diff options
| author | Scott Gasch <[email protected]> | 2022-02-09 10:35:31 -0800 |
|---|---|---|
| committer | Scott Gasch <[email protected]> | 2022-02-09 10:35:31 -0800 |
| commit | 804988efe7c8b131fc0c4b30088de2b5c5bd0b74 (patch) | |
| tree | 0da6f3e5003957b387034a04095d90bac7d800a3 /executors.py | |
| parent | 244e8476c95d14a480be7160042b2b27b693ca63 (diff) | |
Fix typo.
Diffstat (limited to 'executors.py')
| -rw-r--r-- | executors.py | 2 |
1 files changed, 1 insertions, 1 deletions
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, ) |
