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.
@@ -150,18 +150,19 @@ class tap_service_connector(query_base):
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.