Merge branch 'swash' of ssh://git.edgarpierre.fr:39529/m2cce/internship into swash

This commit is contained in:
Edgar P. Burkhart 2022-03-29 15:36:49 +02:00
commit 1a998dc961
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227
5 changed files with 9 additions and 15 deletions

View file

@ -21,7 +21,7 @@ config.read(args.config)
inp = pathlib.Path(config.get("post", "inp"))
root = pathlib.Path(config.get("swash", "out"))
out = pathlib.Path(config.get("plot", "out"))
out = pathlib.Path(config.get("post", "out"))
out.mkdir(parents=True, exist_ok=True)