X-Git-Url: https://wannabe.guru.org/gitweb/?a=blobdiff_plain;f=executors.py;h=1077667147051e427b5fad045774e32c55d1a142;hb=f2600f30801c849fc1d139386e3ddc3c9eb43e30;hp=2ece15e3ee3cb2ca5e1c5a81882a4f4e7f3e79f9;hpb=b63d4b5f98d9eec29e923b62d4f63c9b63f13927;p=python_utils.git diff --git a/executors.py b/executors.py index 2ece15e..1077667 100644 --- a/executors.py +++ b/executors.py @@ -10,7 +10,6 @@ Also defines DefaultExecutors which is a container for references to global executors / worker pools with automatic shutdown semantics.""" from __future__ import annotations - import concurrent.futures as fut import logging import os @@ -705,7 +704,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, )