Skip to content

Commit

Permalink
fix(log): fix log
Browse files Browse the repository at this point in the history
Signed-off-by: Sylvain Leclerc <[email protected]>
  • Loading branch information
sylvlecl committed Nov 22, 2024
1 parent 73e7f93 commit a4bbdc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/antares_web_installer/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit a4bbdc6

Please sign in to comment.