You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reading the documentation it seems like this ought to be impossible:
def linkTo(sharedProxyOrItem):
"""
Generate the path part of a URL to link to a share item or its proxy.
@param sharedProxy: a L{sharing.SharedProxy} or L{sharing.Share}
@return: a URL object, which when converted to a string will look
something like '/users/user@host/shareID'.
But in reality linkTo generates a URL with only a localpart username, and _storeFromUsername only expects a username with a localpart.
The text was updated successfully, but these errors were encountered:
Reading the documentation it seems like this ought to be impossible:
But in reality
linkTo
generates a URL with only a localpart username, and_storeFromUsername
only expects a username with a localpart.The text was updated successfully, but these errors were encountered: