mirror of
https://github.com/YunoHost/yunorunner.git
synced 2024-09-03 20:05:52 +02:00
[mod] remove unused data
This commit is contained in:
parent
dffb1f711d
commit
a7d74316f6
1 changed files with 1 additions and 1 deletions
2
run.py
2
run.py
|
@ -447,7 +447,7 @@ async def run_job(worker, job):
|
|||
job.save()
|
||||
|
||||
task_logger.info(f"Job '{job.name} #{job.id}' has been canceled")
|
||||
except Exception as e:
|
||||
except Exception:
|
||||
traceback.print_exc()
|
||||
task_logger.exception(f"ERROR in job '{job.name} #{job.id}'")
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue