From 90bbad02b967a20efbe25e94a9716a06e7530ce1 Mon Sep 17 00:00:00 2001 From: cortadocodes Date: Thu, 15 Sep 2022 12:47:26 +0100 Subject: [PATCH] CHO: Add missing word in comment skipci --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 8ed78d5..1d51599 100644 --- a/app.py +++ b/app.py @@ -44,7 +44,7 @@ def run(analysis): analysis.output_manifest.datasets["turbsim"] = Dataset(name="turbsim", path=new_temporary_directory) # Explicitly call `finalise` here instead of relying on implicit finalisation so the temporary directory - # still when it's called. + # still exists when it's called. analysis.finalise() logger.info("Finished turbsim analysis.")