Skip to content

Commit

Permalink
FF: incorrect default for FF comparison file
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-platt committed Dec 23, 2024
1 parent 3a17e86 commit 2d9edde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions reg_tests/executeFASTFarmRegressionCase.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@
verbose = args.verbose
# file to use for comparison (ending not included)
if args.compFile is None:
compFile = caseName
compFile = "FAST.Farm"
elif args.compFile == 'arg_was_not_given':
compFile = caseName
compFile = "FAST.Farm"
else:
compFile = args.compFile

Expand Down

0 comments on commit 2d9edde

Please sign in to comment.