Skip to content

Commit

Permalink
fixed main() indentation in the stage python script
Browse files Browse the repository at this point in the history
  • Loading branch information
Terry McGuinness committed Jan 28, 2025
1 parent ffb5c7e commit 9fdd433
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ctests/scripts/stage.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,5 @@ def main():
# Synchronize input files as per the parsed configuration
FileHandler(case_cfg.input_files).sync()

if __name__ == '__main__':
main()
if __name__ == '__main__':
main()

0 comments on commit 9fdd433

Please sign in to comment.