Skip to content

Commit

Permalink
Run super with SIO too
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Jan 16, 2024
1 parent cfbdf39 commit 2b70ae8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/podio/sio_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,4 @@ def __init__(self, filename):
filename (str): The name of the output file
"""
self._writer = podio.SIOFrameWriter(filename)
super().__init__()

0 comments on commit 2b70ae8

Please sign in to comment.