Cédric Krier pushed to branch branch/default at Tryton / Tryton


Commits:
c6c47358 by Cédric Krier at 2022-12-23T14:23:25+01:00
Join version directly to compute documentation URL

Closes #11940
- - - - -


1 changed file:

- tryton/tryton/common/common.py


Changes:

=====================================
tryton/tryton/common/common.py
=====================================
@@ -950,7 +950,7 @@
     if int(version[-1]) % 2:
         version = 'latest'
     else:
-        version = '.'.join([version])
+        version = '.'.join(version)
     webbrowser.open(CONFIG['doc.url'] % {
             'lang': CONFIG['client.lang'],
             'version': version,



View it on Heptapod: 
https://foss.heptapod.net/tryton/tryton/-/commit/c6c47358c07544634ef7aa6feaf90ed17ed7506e

-- 
View it on Heptapod: 
https://foss.heptapod.net/tryton/tryton/-/commit/c6c47358c07544634ef7aa6feaf90ed17ed7506e
You're receiving this email because of your account on foss.heptapod.net.


Reply via email to