From aee3b875b9c57907ebc8dca1b98eecbfef8228f6 Mon Sep 17 00:00:00 2001 From: d33bs Date: Fri, 2 May 2025 15:15:28 -0600 Subject: [PATCH] cleanup parsl executor resources after convert --- cytotable/convert.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cytotable/convert.py b/cytotable/convert.py index 72b93439..2b345e45 100644 --- a/cytotable/convert.py +++ b/cytotable/convert.py @@ -1653,4 +1653,7 @@ def convert( # pylint: disable=too-many-arguments,too-many-locals **kwargs, ) + # cleanup Parsl executor and related + parsl.dfk().cleanup() + return output