Skip to content

Commit bfb4566

Browse files
authored
Merge pull request AMReX-Codes#5 from atmyers/format_fix
fix format string
2 parents 3f9210e + a2a3869 commit bfb4566

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

regtest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -662,7 +662,7 @@ def test_suite(argv):
662662
if suite.sourceTree == "C_Src" or test.testSrcTree == "C_Src":
663663

664664
base_cmd = "./{} {} {}={}_plt {}={}_chk".format(
665-
executable, test.inputFile, suite.plot_file_name, suite.check_file_name, test.name, test.name)
665+
executable, test.inputFile, suite.plot_file_name, test.name, suite.check_file_name, test.name)
666666

667667
# keep around the checkpoint files only for the restart runs
668668
if test.restartTest:

0 commit comments

Comments
 (0)