Skip to content

Commit 4a04a13

Browse files
committed
SodaRecordMixin no longer will accept a datalink#links endpoint for soda.
It is unclear why it ever did this, as I really do not see how this would ever have a beneficial effect (the only parameter understood by both links and SODA is ID, and even that is interpreted in totally different ways). It has, however, a detrimental effect; see bug #578.
1 parent 6f0742c commit 4a04a13

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

pyvo/dal/adhoc.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -671,13 +671,6 @@ def _get_soda_resource(self):
671671
except DALServiceError:
672672
pass
673673

674-
# let it count as soda resource
675-
try:
676-
return self._results.get_adhocservice_by_ivoid(
677-
"ivo://ivoa.net/std/datalink#links")
678-
except DALServiceError:
679-
pass
680-
681674
dataformat = self.getdataformat()
682675
if dataformat is None:
683676
raise DALServiceError(

0 commit comments

Comments
 (0)