Skip to content

Commit

Permalink
Set group for SinglePipelineInput
Browse files Browse the repository at this point in the history
  • Loading branch information
oczoske committed Dec 29, 2024
1 parent 3f24b33 commit 729d931
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions metisp/pymetis/src/pymetis/inputs/single.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ def __init__(self,
Msg.warning(self.__class__.__qualname__,
f"Found another {self.title} frame: {frame.file}! "
f"Discarding previously loaded {self.frame.file}.")
frame.group = self.group
self.frame = frame
self.tag_match = match.groupdict()
else:
Expand Down

0 comments on commit 729d931

Please sign in to comment.