Skip to content

Commit

Permalink
Fix file parser handling (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
ladinesa authored Sep 11, 2024
1 parent cb33c02 commit 43e6755
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions workflowparsers/fhivibes/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()

0 comments on commit 43e6755

Please sign in to comment.