Removed plot section in config
This commit is contained in:
parent
ff33554778
commit
ee3f7da38a
4 changed files with 2 additions and 8 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(exist_ok=True)
|
||||
|
||||
|
||||
|
|
Reference in a new issue