Merge branch 'swash' of ssh://git.edgarpierre.fr:39529/m2cce/internship into swash
This commit is contained in:
commit
1a998dc961
5 changed files with 9 additions and 15 deletions
|
@ -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)
|
||||
|
||||
|
||||
|
|
Reference in a new issue