Skip to content
Snippets Groups Projects
  1. Mar 30, 2020
    • Erin (Josh) Rigler's avatar
      Handle empty buffer returned from Edge · a3e3c12d
      Erin (Josh) Rigler authored
      ObsPy's waveserver.py (and associated methods) do not handle an empty
      buffer returned from Edge's earthworm server. In short, they generate
      a None value instead of an empty byte string as one might expect (and
      they clearly did expect, since they attempted `len(dat)` where dat
      was expected to be a byte string, but was a None object if/when Edge
      had no data. This fix employs a try/except clause to generate an
      empty string if the waveserver client fails with a TypeError, as is
      the case when Edge returns an empty buffer.
      a3e3c12d
  2. Mar 18, 2020
  3. Mar 17, 2020
  4. Mar 16, 2020
  5. Mar 13, 2020
  6. Mar 12, 2020
  7. Mar 09, 2020
  8. Mar 06, 2020
  9. Mar 05, 2020
  10. Mar 04, 2020
  11. Mar 03, 2020
Loading