Skip to content

Commit

Permalink
Update validate-recipes.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bberkeyU authored Nov 22, 2024
1 parent 9ac7a47 commit 115b0cc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/validate-recipes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,12 @@ jobs:
#print(f"{state} {darks} {flat} {parent} {child}")
color = None
command = child.split()[0]
if command not in ["data","cal","dark","fw","occ","diffuser",
"calib","occyrel","occxrel","o1,"calret","calpol,
"cover","shut","exposure","nd","gain","distortionGrid","modwait",
,"shut","exposure","cover","occ","prefilterrange"]:
warning.write(f"{parent} {{ {child} }} command not found.\n")
if "gain" in child:
state['gain'] = "low" if "low" in child else "high"
if "shut" in child:
Expand Down

0 comments on commit 115b0cc

Please sign in to comment.