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 Mar 18, 2024
1 parent 48ac8e0 commit 60db254
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/validate-recipes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,8 @@ jobs:
warning.write(f"{parent} {child} missing flat for {state['gain']+sums+cam+cont+wave}\n")
summary.write(f"{tab*6*'-'}> {child.split('#')[0]}\n")
md.write("$${\\color{red} ")
md.write(f" {child.split('#')[0]} ")
md.write("}$$\n")
md.write("$${\\color{red}red}$$ \n")
md.write(f" {child.split('#')[0]} \n")

pass
script.close()
Expand Down

0 comments on commit 60db254

Please sign in to comment.