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 10, 2023
1 parent 74dbfa1 commit ae28170
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 @@ -467,7 +467,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 ae28170

Please sign in to comment.