From f2dd8d557eceace1f2983d66bd542c3a98b4ae09 Mon Sep 17 00:00:00 2001 From: "Edgar P. Burkhart" Date: Wed, 6 Jul 2022 10:01:50 +0200 Subject: [PATCH] Update README, animate --- swash/processing/animate.py | 1 - 1 file changed, 1 deletion(-) diff --git a/swash/processing/animate.py b/swash/processing/animate.py index 33796ce..3fc19a3 100644 --- a/swash/processing/animate.py +++ b/swash/processing/animate.py @@ -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)