Skip to content

remove gz option in load_fileobj

Rebecca Ewing requested to merge load_fileobj into master

There were still a few places where ligolw_utils.load_fileobj was called with the gz option. This option was removed in python-ligo-lw 1.8.x. I removed this option from the function calls wherever it appeared.

Merge request reports