Mercurial > repos > bimib > marea_2
changeset 291:7f0c1363f1dc draft
Uploaded
author | luca_milaz |
---|---|
date | Sun, 04 Aug 2024 19:38:55 +0000 |
parents | fe1a93189290 |
children | 6db9a082379e |
files | marea_2/utils/general_utils.py |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/marea_2/utils/general_utils.py Sun Aug 04 19:38:41 2024 +0000 +++ b/marea_2/utils/general_utils.py Sun Aug 04 19:38:55 2024 +0000 @@ -516,7 +516,9 @@ Recon = "Recon" ENGRO2 = "ENGRO2" + ENGRO2_no_legend = "ENGRO2_no_legend" HMRcore = "HMRcore" + HMRcore_no_legend = "HMRcore_no_legend" Custom = "Custom" # Exists as a valid variant in the UI, but doesn't point to valid file paths. def __raiseMissingPathErr(self, path :Optional[FilePath]) -> None: