Update README, animate
This commit is contained in:
parent
e8d925ac48
commit
f2dd8d557e
1 changed files with 0 additions and 1 deletions
|
@ -20,7 +20,6 @@ config = configparser.ConfigParser()
|
||||||
config.read(args.config)
|
config.read(args.config)
|
||||||
|
|
||||||
inp = pathlib.Path(config.get("post", "inp"))
|
inp = pathlib.Path(config.get("post", "inp"))
|
||||||
root = pathlib.Path(config.get("swash", "out"))
|
|
||||||
out = pathlib.Path(config.get("post", "out"))
|
out = pathlib.Path(config.get("post", "out"))
|
||||||
out.mkdir(parents=True, exist_ok=True)
|
out.mkdir(parents=True, exist_ok=True)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue