Skip to content

Commit

Permalink
DOC: fix typos in manual
Browse files Browse the repository at this point in the history
  • Loading branch information
elcorto committed Jan 18, 2024
1 parent 3f15b8a commit ba42f9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/written/manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -871,7 +871,7 @@ param_b={pset["b"]}
pset_id = pset["_pset_id"]
ps.file_write(f"calc/{pset_id}/input.txt", input_file_txt)
txt = subprocess.run(
f"cd {pset_id}; my_fortran_simulation_code.x < input.txt | tee output.txt,
f"cd calc/{pset_id}; my_fortran_simulation_code.x < input.txt | tee output.txt",
shell=True,
check=False,
stderr=subprocess.STDOUT,
Expand Down

0 comments on commit ba42f9c

Please sign in to comment.