Skip to content

Commit

Permalink
Stickler
Browse files Browse the repository at this point in the history
  • Loading branch information
calum-chamberlain committed May 9, 2021
1 parent 26fd5fe commit 29c7732
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eqcorrscan/core/match_filter/party.py
Original file line number Diff line number Diff line change
Expand Up @@ -841,7 +841,7 @@ def read(self, filename=None, read_detection_catalog=True,
len(det_cat_files) % max_processes))
sub_catalogs = [cat for cat in _futures]
else:
sub_catalogs = [_read_catalog_pass_error(df)
sub_catalogs = [_read_catalog_pass_error(df)
for df in det_cat_files]
all_cat_dict = {
e.resource_id.id.split('/')[-1]: e
Expand Down

0 comments on commit 29c7732

Please sign in to comment.