details:   https://code.tryton.org/tryton/commit/a192219ceb20
branch:    7.0
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 410d09750cbe -r a192219ceb20 tryton/tryton/client.py
--- a/tryton/tryton/client.py   Thu Jan 15 22:15:33 2026 +0100
+++ b/tryton/tryton/client.py   Sat Jan 10 19:09:58 2026 +0100
@@ -60,7 +60,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()

Reply via email to