Skip to content

Commit

Permalink
Merge pull request #501 from mspass-team/pavlis-patch-10
Browse files Browse the repository at this point in the history
bug fix to Database._convert_mseed_index
  • Loading branch information
wangyinz authored Feb 5, 2024
2 parents 52030fe + 47d667a commit 0bc2afd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/mspasspy/db/database.py
Original file line number Diff line number Diff line change
Expand Up @@ -5564,6 +5564,7 @@ def _convert_mseed_index(index_record):
o["foff"] = index_record.foff
o["nbytes"] = index_record.nbytes
o["npts"] = index_record.npts
o["endtime"] = index_record.endtime
return o

def index_mseed_file(
Expand Down

0 comments on commit 0bc2afd

Please sign in to comment.