Skip to content
Snippets Groups Projects

Use buf.getvalue() instead of buf.read() to send miniseed

When writing to BytesIO, the position is at the end of the stream. read() should work if seek(0) reset the position, or getvalue() returns all the data that was written as expected.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Loading
Please register or sign in to reply
Loading