Comment 1 for bug 681767

Revision history for this message
Leonard Richardson (leonardr) wrote : Re: Can't use relative URLs with launchpadlib.Launchpad reliably

lazr.restfulclient is turning the relative URL into a lazr.uri URI object, but wadllib assumes it's been given a string. We could either make sure a string is passed into wadllib, or make wadllib capable of handling lazr.uri URI objects. If the latter, we could either introduce a lazr.uri dependency, or just stringify a non-string object passed in where wadllib expected a string.