Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
anders-kiaer committed Jul 12, 2020
1 parent f88324d commit cfd3a9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/flownet/prediction/_run_pred.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def _run_ert(output_folder: pathlib.Path) -> None:
"""
subprocess.run(
f"ert ensemble_experiment pred_config.ert",
"ert ensemble_experiment pred_config.ert",
cwd=output_folder,
shell=True,
check=True,
Expand Down

0 comments on commit cfd3a9c

Please sign in to comment.