Skip to content

Commit e82cb37

Browse files
committed
Fixed another test
1 parent 9c476ff commit e82cb37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openquake/hazardlib/source/multi_fault.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ def load(hdf5path):
348348
srcs = []
349349
with hdf5.File(hdf5path, 'r') as h5:
350350
for key in list(h5):
351-
if key == 'multi_fault_sections':
351+
if key in ('multi_fault_sections', 'secparams'):
352352
continue
353353
data = h5[key]
354354
name = data.attrs['name']

0 commit comments

Comments
 (0)