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 Aug 22, 2023
1 parent e073c86 commit 17e8f38
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 @@ -471,7 +471,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 17e8f38

Please sign in to comment.