Skip to content

Commit

Permalink
Update validator.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bberkeyU authored Nov 27, 2024
1 parent 1dac953 commit 39cb386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validation_scripts/validator.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def read_script(script_name,parent,tab,state,darks,flat,coronal,coronalExp,summ
if len(commands) > 0 and commands[0] not in ignore_commands:
if child_extension in commands[0]:
try:
print(filename, parent+","+commands[0])
print(filename, parent+","+commands[0],os.getcwd())
(tTime,hTime) = read_script(filename, parent+","+commands[0],tab,state,darks,flats,coronal,coronalExp,summary,md,warning)
runTime += tTime
hardwareTime += hTime
Expand Down

0 comments on commit 39cb386

Please sign in to comment.