Skip to content

Commit

Permalink
Removed space
Browse files Browse the repository at this point in the history
  • Loading branch information
PalNilsson committed Oct 15, 2024
1 parent a3a39f3 commit 304daf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pilot/util/processes.py
Original file line number Diff line number Diff line change
Expand Up @@ -654,7 +654,7 @@ def cleanup(job: JobData, args: object):
logger.info("collected zombie processes")

if job.pid:
logger.info(f"will attempt to kill all subprocesses of pid={job.pid}")
logger.info(f"will attempt to kill all subprocesses of pid={job.pid}")
kill_processes(job.pid)
else:
logger.warning('cannot kill any subprocesses since job.pid is not set')
Expand Down

0 comments on commit 304daf9

Please sign in to comment.