Commit beac7c5c authored by Eric Duminil's avatar Eric Duminil
Browse files

Run simstadt on Linux

parent fe063002
...@@ -150,7 +150,7 @@ def run_simstadt(simstadt_path: Path, workflow_path:Path , name: str): ...@@ -150,7 +150,7 @@ def run_simstadt(simstadt_path: Path, workflow_path:Path , name: str):
os.chdir(simstadt_path) os.chdir(simstadt_path)
try: try:
logging.info("\n# Launching %s:", name) logging.info("\n# Launching %s:", name)
result = subprocess.run(' '.join([simstadt_script(), str(workflow_path)]), result = subprocess.run([simstadt_script(), str(workflow_path)],
text=True, text=True,
capture_output=True, capture_output=True,
check=True check=True
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment