Skip to content

Commit

Permalink
Suppress number of children warning
Browse files Browse the repository at this point in the history
  • Loading branch information
berkayurun committed Jul 3, 2023
1 parent 135575f commit 80fa16c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hdf5logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ def hdf5collector(
):
prctl.set_name("logger")
prctl.set_proctitle("logger")
f = tables.open_file(hdf5path, mode)
f = tables.open_file(hdf5path, mode, max_group_width=65536)
if "fault" in f.root:
fault_group = f.root.fault
else:
Expand Down

0 comments on commit 80fa16c

Please sign in to comment.