From cfd3a9c4339fe2efd0563a26a480784e02f1145f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anders=20Fredrik=20Ki=C3=A6r?= Date: Sun, 12 Jul 2020 10:33:33 +0200 Subject: [PATCH] fixup --- src/flownet/prediction/_run_pred.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/flownet/prediction/_run_pred.py b/src/flownet/prediction/_run_pred.py index 6063dd5d2..d4e4a85d9 100644 --- a/src/flownet/prediction/_run_pred.py +++ b/src/flownet/prediction/_run_pred.py @@ -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,