Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
mavaylon1 committed May 5, 2024
1 parent fa92b4c commit 50d13bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/hdmf/backends/io.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ def read(self, **kwargs):
def write(self, **kwargs):
container = popargs('container', kwargs)
herd = popargs('herd', kwargs)

"""Optional: Write HERD."""
if self.herd_path is not None:
# If HERD is not provided, create a new one, else extend existing one
Expand Down

0 comments on commit 50d13bf

Please sign in to comment.