diff --git a/workflowparsers/fhivibes/parser.py b/workflowparsers/fhivibes/parser.py index 611d9fb..7ae4388 100644 --- a/workflowparsers/fhivibes/parser.py +++ b/workflowparsers/fhivibes/parser.py @@ -562,3 +562,5 @@ def parse(self, filepath, archive, logger): # To resolve this, we can redefine single_point workflow to be consistent with # the idea of vibes single point but I do not like it. self.parse_configurations() + + self.parser.close()