Skip to content

Commit 92eb508

Browse files
committed
maintenance: fix linting issues
1 parent 0a7d4ab commit 92eb508

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • PyFunceble/ext/process_manager/worker

PyFunceble/ext/process_manager/worker/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1074,7 +1074,7 @@ def shutdown_time_reached(): # pragma: no cover
10741074
continue
10751075

10761076
logger.debug(
1077-
"%s | Stop signal received. Scheduling shutdown.",
1077+
"%s | Stop signal received. Scheduling shutdown.", self.name
10781078
)
10791079
self.exit_event.set()
10801080
# Make sure that none of the concurrent workers are stuck or

0 commit comments

Comments
 (0)