Skip to content

Commit

Permalink
Merge pull request #301 from matt-frey/2d-fix-exec-name
Browse files Browse the repository at this point in the history
Fix name of executable
  • Loading branch information
matt-frey authored Jan 21, 2022
2 parents 35b2423 + df94656 commit 6051025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-script/epic-run.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def run_job(config):
# 24 June 2021
# https://stackoverflow.com/questions/37058013/how-to-run-a-background-process-and-do-not-wait
proc = subprocess.Popen(
args=["epic", "--config", config],
args=["epic2d", "--config", config],
stdout=subprocess.PIPE,
stderr=subprocess.STDOUT,
)
Expand Down

0 comments on commit 6051025

Please sign in to comment.