Skip to content

Commit

Permalink
Add workaround for "LMS"
Browse files Browse the repository at this point in the history
  • Loading branch information
hugobuddel committed Jun 5, 2024
1 parent 3ca28d3 commit 866515a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ESO/compare_yaml_with_drld.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
yaml_tech = props['tech']
if yaml_tech in ["RAVC,LM", "APP,LM"]:
yaml_tech = "IMAGE,LM"
if yaml_tech in ["RAVC,IFU"]:
if yaml_tech in ["RAVC,IFU", "LMS"]:
yaml_tech = "IFU"
if yaml_tech != di.dpr_tech:
problems.append(f"{do_catg} has DPR.TECH {props['tech']} in yaml but {di.dpr_tech} in DRLD")
Expand Down

0 comments on commit 866515a

Please sign in to comment.