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 7, 2024
1 parent f107916 commit eec1567
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/validate-recipes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
try:
runTime2 = 0
read_script(filename,parent+","+child.split('#')[0],tab,state,darks,flats,summary,md,warning,runTime2)
md.write("read_script out {runTime} {runTime2}")
runTime = runTime+runTime2
except FileNotFoundError:
warning.write(f"{parent} tried to call *{filename}* which does not exist\n")
Expand Down

0 comments on commit eec1567

Please sign in to comment.