Cédric Krier pushed to branch branch/default at Tryton / Tryton
Commits:
cae63b85 by Cédric Krier at 2023-01-16T11:40:30+01:00
Call transaction rollback instead of rollbacked
Closes #12010
- - - - -
1 changed file:
- trytond/trytond/worker.py
Changes:
=====================================
trytond/trytond/worker.py
=====================================
@@ -144,7 +144,7 @@
task.run()
break
except TransactionError as e:
- transaction.rollbacked()
+ transaction.rollback()
e.fix(transaction_extras)
continue
except backend.DatabaseOperationalError:
View it on Heptapod:
https://foss.heptapod.net/tryton/tryton/-/commit/cae63b85f2fc97e8839e777e57fd3543c5209c9c
--
View it on Heptapod:
https://foss.heptapod.net/tryton/tryton/-/commit/cae63b85f2fc97e8839e777e57fd3543c5209c9c
You're receiving this email because of your account on foss.heptapod.net.