details:   https://code.tryton.org/tryton/commit/86d6bfab18df
branch:    7.6
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 ef17c3a42dcc -r 86d6bfab18df tryton/tryton/client.py
--- a/tryton/tryton/client.py   Thu Jan 15 22:16:54 2026 +0100
+++ b/tryton/tryton/client.py   Sat Jan 10 19:09:58 2026 +0100
@@ -67,7 +67,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