1
Fork 0

Update README, animate

This commit is contained in:
Edgar P. Burkhart 2022-07-06 10:01:50 +02:00
parent e8d925ac48
commit f2dd8d557e
Signed by: edpibu
GPG Key ID: 9833D3C5A25BD227
1 changed files with 0 additions and 1 deletions

View File

@ -20,7 +20,6 @@ config = configparser.ConfigParser()
config.read(args.config)
inp = pathlib.Path(config.get("post", "inp"))
root = pathlib.Path(config.get("swash", "out"))
out = pathlib.Path(config.get("post", "out"))
out.mkdir(parents=True, exist_ok=True)