SD2E / synbiohub_adapter

MIT License
1 stars 2 forks source link

Improve feedback on authentication errors #89

Closed tcmitchell closed 5 years ago

tcmitchell commented 5 years ago

A SPARQLWrapper.SPARQLExceptions.Unauthorized exception is now raised if a query is made without authentication. This will clarify that an authentication issue occurred.

Fixes #69