Skip to content

Commit 43e6755

Browse files
authored
Fix file parser handling (#44)
1 parent cb33c02 commit 43e6755

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

workflowparsers/fhivibes/parser.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -562,3 +562,5 @@ def parse(self, filepath, archive, logger):
562562
# To resolve this, we can redefine single_point workflow to be consistent with
563563
# the idea of vibes single point but I do not like it.
564564
self.parse_configurations()
565+
566+
self.parser.close()

0 commit comments

Comments
 (0)