paulovn / sparql-kernel

A Jupyter kernel to launch queries against SPARQL endpoints
BSD 3-Clause "New" or "Revised" License
98 stars 17 forks source link

Replace NoneType in escape method #46

Open white-gecko opened 4 years ago

white-gecko commented 4 years ago

I think it is a good idea to escape the NoneType to an empty string. As .replace() will fail on it.

Fixes #43.