ligolw_combine_segments fails due to commit 80b4dc83
Example (works at previous commit):
(glue_1.58.1_test2)rfisher@atlas4:~/glue_1.58.1.test2$ ligolw_combine_segments L1-VETOTIME_CAT1-1186624818-687900.xml L1-VETOTIME_CAT3-1186624818-687900.xml L1-VETOTIME_CAT2-1186624818-687900.xml --segment-name CUMULATIVE_CAT_12H --output L1-LIGOLW_COMBINE_SEGMENTS_CUMULATIVE_CAT_12H-1186624818-687900.xml Traceback (most recent call last): File "/home/rfisher/opt/glue_1.58.1_test2/bin/ligolw_combine_segments", line 146, in row = copy.copy(base_row) File "/usr/lib/python2.7/copy.py", line 96, in copy return reconstruct(x, rv, 0) File "/usr/lib/python2.7/copy.py", line 336, in reconstruct y.setstate(state) File "/home/rfisher/opt/glue_1.58.1_test2/local/lib/python2.7/site-packages/glue/ligolw/table.py", line 565, in setstate self.init(**state) TypeError: init() got an unexpected keyword argument 'segment_def_cdb'