details: https://code.tryton.org/tryton/commit/a96e203d37b3
branch: 7.8
user: Cédric Krier <[email protected]>
date: Sat Jan 10 19:09:58 2026 +0100
description:
Fix tryton config file copied from previous version
Closes #14088
(grafted from 7f9a708be76b231dc4c520dd77cd81f50e2b4868)
diffstat:
tryton/tryton/client.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 6ac8519c3e45 -r a96e203d37b3 tryton/tryton/client.py
--- a/tryton/tryton/client.py Thu Jan 15 22:16:21 2026 +0100
+++ b/tryton/tryton/client.py Sat Jan 10 19:09:58 2026 +0100
@@ -75,7 +75,7 @@
common.error(value, ''.join(traceback.format_tb(traceback_)))
sys.excepthook = excepthook
- copy_previous_configuration('tryton.cfg')
+ copy_previous_configuration('tryton.conf')
copy_previous_configuration('profiles.cfg')
copy_previous_configuration('plugins')
CONFIG.parse()