projects
/
python_utils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
244e847
)
Fix typo.
author
Scott Gasch
<
[email protected]
>
Wed, 9 Feb 2022 18:35:31 +0000
(10:35 -0800)
committer
Scott Gasch
<
[email protected]
>
Wed, 9 Feb 2022 18:35:31 +0000
(10:35 -0800)
executors.py
patch
|
blob
|
history
diff --git
a/executors.py
b/executors.py
index 2ece15e3ee3cb2ca5e1c5a81882a4f4e7f3e79f9..60bd166bb23ba63b227179c404d281681b35cad9 100644
(file)
--- 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,
)