Avoid decoding pyvo query results.
Compare changes
- John Swinbank authored
Cleaner to use a single form of join than switching depending on the details of the query.
+ 1
− 1
Recent releases of pyvo return str
, rather than bytes
, and so the decode raises an exception.
Cleaner to use a single form of join than switching depending on the details of the query.