Skip to content

Commit

Permalink
fix(gui.create_shortcut): fix version checking missing
Browse files Browse the repository at this point in the history
  • Loading branch information
maugde committed Aug 30, 2024
1 parent 5b318f2 commit ad9969e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/antares_web_installer/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ def install_files(self):
logger.info("No existing files found. Starting file copy...")
copytree(self.source_dir, self.target_dir, dirs_exist_ok=True)
logger.info("Files was successfully copied.")
self.version = self.check_version()
self.update_progress(100)

def copy_files(self):
Expand Down

0 comments on commit ad9969e

Please sign in to comment.