Minor tweaks to swash post-processing
This commit is contained in:
parent
4f6ad7edba
commit
52d6718d70
4 changed files with 4 additions and 4 deletions
|
@ -22,7 +22,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.mkdir(exist_ok=True)
|
||||
out.mkdir(parents=True, exist_ok=True)
|
||||
|
||||
|
||||
def data(var):
|
||||
|
|
Reference in a new issue