Changed output directories
This commit is contained in:
parent
588318e4ce
commit
420b9cfd4f
5 changed files with 6 additions and 9 deletions
|
@ -16,7 +16,7 @@ with tempfile.TemporaryDirectory(prefix="swash_", dir=".") as tmp_raw:
|
|||
|
||||
shutil.copy2(inp, tmpdir)
|
||||
shutil.copytree(
|
||||
pathlib.Path(config.get("out", "root")), tmpdir, dirs_exist_ok=True
|
||||
pathlib.Path(config.get("data", "out")), tmpdir, dirs_exist_ok=True
|
||||
)
|
||||
|
||||
subprocess.run(
|
||||
|
|
Reference in a new issue