Avoid decoding pyvo query results.
Compare changes
- John Swinbank authored
This is functionally a no-op — it's the default — but should avoid whining in log messages.
+ 4
− 0
@@ -283,3 +283,7 @@ CONFIGURATION_FILE = 'esap_default'
Recent releases of pyvo return str
, rather than bytes
, and so the decode raises an exception.
This is functionally a no-op — it's the default — but should avoid whining in log messages.