diff --git a/cron/scheduler.py b/cron/scheduler.py index 5d561066a..7cec44e07 100644 --- a/cron/scheduler.py +++ b/cron/scheduler.py @@ -644,8 +644,6 @@ def run_job(job: dict) -> tuple[bool, str, str, Optional[str]]: ``` {error_msg} - -{traceback.format_exc()} ``` """ return False, output, "", error_msg