From a7f3c37161bbf773e77b0eba930057ecbb20811c Mon Sep 17 00:00:00 2001 From: Aleksandr Alekseev Date: Thu, 25 May 2023 22:00:46 +0200 Subject: [PATCH] Hot fix --- core/libs/job.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/libs/job.py b/core/libs/job.py index 62ddd171..cb68ed6c 100644 --- a/core/libs/job.py +++ b/core/libs/job.py @@ -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(