RDFLib / sparqlwrapper

A wrapper for a remote SPARQL endpoint
https://sparqlwrapper.readthedocs.io/
Other
513 stars 121 forks source link

Fixing issue 190 #218

Open ananya2711 opened 2 years ago

ananya2711 commented 2 years ago

Added ValueError for invalid select query with RDF return format. Issue 190

aucampia commented 2 years ago

This PR is somehow messing with whitespaces and basically rewrites the entire files (+1,411 −1,406), please can you check your editor and git config to figure out why, merging this will just create blame noise:

image

ghost commented 2 years ago

This PR is somehow messing with whitespaces and basically rewrites the entire files (+1,411 −1,406), please can you check your editor and git config to figure out why, merging this will just create blame noise:

Windows CR+LF line endings is causing the problem.

@ananya2711 see https://fedingo.com/how-to-configure-line-endings-in-git-commit/

ghost commented 2 years ago

Please remove the spurious file 6.1.1 and also fix the Windows CR+LF line ending issues.