Skip to content

Commit

Permalink
MAINT add missing f prefix for f-string (#421)
Browse files Browse the repository at this point in the history
  • Loading branch information
lesteve authored Oct 29, 2024
1 parent 2c21e44 commit 2bfa386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion loky/process_executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ def _python_exit():
items = list(_threads_wakeups.items())
if len(items) > 0:
mp.util.debug(
"Interpreter shutting down. Waking up {len(items)}"
f"Interpreter shutting down. Waking up {len(items)}"
f"executor_manager_thread:\n{items}"
)

Expand Down

0 comments on commit 2bfa386

Please sign in to comment.