Fix worker_logger.diff path

This commit is contained in:
Jared Esparza 2021-12-16 10:44:36 +01:00
parent a38119c4ae
commit 07c5ad0bac
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
diff --git a/trytond/worker.py b/trytond/worker.py
index 4088e2b6..46393e92 100644
--- a/trytond/worker.py
+++ b/trytond/worker.py
--- a/trytond/trytond/worker.py
+++ b/trytond/trytond/worker.py
@@ -126,6 +126,9 @@ def run_task(pool, task_id):
except (UserError, UserWarning) as e:
Error.log(task, e)