From 6ea7db1c340f75c9443642bb9559d8fd283453ea Mon Sep 17 00:00:00 2001 From: "Edgar P. Burkhart" Date: Sun, 23 Jan 2022 14:15:16 +0100 Subject: [PATCH] Added expanduser to animate --- post_process/animate/alpha_water.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/post_process/animate/alpha_water.py b/post_process/animate/alpha_water.py index 8596180..85da6ee 100644 --- a/post_process/animate/alpha_water.py +++ b/post_process/animate/alpha_water.py @@ -31,7 +31,7 @@ def animate(config_path): logging.basicConfig(encoding='utf-8', level=config['main']['logging']) log.info('Starting') - root = Path(config['main']['root']) + root = Path(config['main']['root']).expanduser() t = []