From 72f085fca85d8ba66058568a98ee12d06b5160d5 Mon Sep 17 00:00:00 2001 From: "Edgar P. Burkhart" Date: Sun, 23 Jan 2022 15:44:34 +0100 Subject: [PATCH] Fixed animate issue --- post_process/animate/__main__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/post_process/animate/__main__.py b/post_process/animate/__main__.py index 37e5726..d9cf2de 100644 --- a/post_process/animate/__main__.py +++ b/post_process/animate/__main__.py @@ -1,4 +1,5 @@ import argparse +from pathlib import Path parser = argparse.ArgumentParser( description='Animate the results from OpenFoam'