Skip to content

Commit 789ee82

Browse files
authored
Fix incorrect string template introduced in PR #3597 (#3599)
1 parent b284dc1 commit 789ee82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

parsl/executors/high_throughput/interchange.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ def process_tasks_to_send(self, interesting_managers: Set[bytes]) -> None:
483483
# Check if there are tasks that could be sent to managers
484484

485485
logger.debug(
486-
"Managers count (interesting/total): {}/{}",
486+
"Managers count (interesting/total): %d/%d",
487487
len(interesting_managers),
488488
len(self._ready_managers)
489489
)

0 commit comments

Comments
 (0)