Re: Classes with ? at the end can be created, but not queried
Posted by Jiba on
URL: http://owlready.306.s1.nabble.com/Classes-with-at-the-end-can-be-created-but-not-queried-tp3319p3336.html
I found the problem : Owlready was using urllib.parse.urljoin, but it removes the trailing '?', if any (for an URL, it is supposed to be OK).
I reimplemented urljoin, and it should now be ok in the development version of Owlready on Bitbucket.
Jiba