Skip to content

Commit

Permalink
Correct minor bug
Browse files Browse the repository at this point in the history
  • Loading branch information
danifranco committed Dec 6, 2024
1 parent 1d7f588 commit 0f0444e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -3565,7 +3565,7 @@ def get_git_revision_short_hash(main_window) -> str:
if vtag is None:
main_window.logger.info("Setting finally the version of the current GUI because other attempts failed. "
"Please, report this issue with BiaPy developers so they can fix it.")
vtag = self.settings["biapy_gui_version"]
vtag = main_window.cfg.settings["biapy_gui_version"]

return sha, vtag

Expand Down

0 comments on commit 0f0444e

Please sign in to comment.