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 Apr 5, 2024
1 parent a79c10d commit 027c4db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate-recipes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jobs:
runTime += 300+int(state['exposure'])*4*int(sums)
if cam not in ["rcam","tcam"]:
warning.write(f"{parent} {child} has invalid camera\n")
if cont not in ["both", "red," "blue"]:
if cont not in ["both", "red,", "blue"]:
warning.write(f"{parent} {child} has invalid continumm\n")
try:
float(wave) # Type-casting the string to `float`.
Expand Down

0 comments on commit 027c4db

Please sign in to comment.