Processing reformat
This commit is contained in:
parent
f4ccdb009a
commit
f7e64c0a2d
3 changed files with 4 additions and 6 deletions
|
@ -34,9 +34,7 @@ with tempfile.TemporaryDirectory(prefix="swash_", dir=".") as tmp_raw:
|
|||
path = pathlib.Path(config.get("data", "out_nb"))
|
||||
else:
|
||||
path = pathlib.Path(config.get("data", "out"))
|
||||
shutil.copytree(
|
||||
path, tmpdir, dirs_exist_ok=True
|
||||
)
|
||||
shutil.copytree(path, tmpdir, dirs_exist_ok=True)
|
||||
|
||||
if config.has_option("swash", "mpi"):
|
||||
mpi = ("-mpi", config.get("swash", "mpi"))
|
||||
|
|
Reference in a new issue