Skip to content

Commit

Permalink
Merge pull request #1758 from willend/main
Browse files Browse the repository at this point in the history
One misplaced " makes for yet another release tag...
  • Loading branch information
willend authored Nov 5, 2024
2 parents 9eca046 + 4eadab0 commit 17c8c3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/Python/mcrun/mccode.py
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ def runMPI(self, args, pipe=False, override_mpi=None):
idfargs.append(arg)

print("Spawning IDF generator:")
print("mccode_config.configuration['IDFGEN'] + " " + self.path + " " + " ".join(idfargs))
print(mccode_config.configuration['IDFGEN'] + " " + self.path + " " + " ".join(idfargs))
Process(mccode_config.configuration['IDFGEN'] + " " + self.path).run(idfargs, pipe=pipe)
# Forward --IDF request to binary
args.append('--IDF')
Expand Down

0 comments on commit 17c8c3f

Please sign in to comment.