Skip to content

Commit

Permalink
Merge pull request #174 from PanDAWMS/ATLASPANDA-803
Browse files Browse the repository at this point in the history
Hot fix
  • Loading branch information
Foorth authored May 25, 2023
2 parents a054ccd + a7f3c37 commit 0de4d56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/libs/job.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def is_debug_mode(job):
'commandtopilot' in job and job['commandtopilot'] is not None and len(job['commandtopilot']) > 0 and job['commandtopilot'] != 'tobekilled'
):
is_debug = True
_logger.debug("Debug mode: active pandaid: {0} specialhandling: {1} commandtopilot: {2}".format(job['pandaid'], job['specialhandling'], job['commandtopilot']))
_logger.debug("Debug mode: active pandaid: {0} specialhandling: {1}".format(job['pandaid'], job['specialhandling']))
else:
if ('specialhandling' in job and 'commandtopilot' in job):
_logger.debug(
Expand Down

0 comments on commit 0de4d56

Please sign in to comment.