Fixed minor bugs
This commit is contained in:
parent
87e2918ffd
commit
700ff6093e
3 changed files with 16 additions and 9 deletions
|
@ -21,6 +21,7 @@ config.read("config.ini")
|
|||
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)
|
||||
|
||||
|
||||
def data(var):
|
||||
|
|
Reference in a new issue