diff --git a/src/antares_web_installer/app.py b/src/antares_web_installer/app.py index 4854503..b427e2f 100644 --- a/src/antares_web_installer/app.py +++ b/src/antares_web_installer/app.py @@ -143,7 +143,7 @@ def install_files(self): version_info = tuple(map(int, old_version.split("."))) if version_info < (2, 18): raise InstallError( - f"Trying to update from version ${old_version}: updating from version older than 2.18 is not supported, please select a new installation directory." + f"Trying to update from version {old_version}: updating from version older than 2.18 is not supported, please select a new installation directory." ) self.update_progress(25)