-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* added updated config file loading logic to handle resetting environment profiles to the default configuration from the config file * Developed logic to ensure HELIOS_VERSION remains an uneditable environment variable. Added a check to see if the previously configured HELIOS_VERSION is valid compared to what is loaded on the host machine. * undo changes to replicate in software specific repo --------- Co-authored-by: Thomas Arnold <[email protected]>
- Loading branch information
Showing
2 changed files
with
8 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -422,4 +422,4 @@ def panel(self): | |
sizing_mode='stretch_both', | ||
), | ||
sizing_mode='stretch_both', | ||
) | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters