Message ID | 20130502103917.18781.93376.launchpad@ackee.canonical.com |
---|---|
State | Accepted |
Headers | show |
=== modified file 'dashboard_app/xmlrpc.py' --- dashboard_app/xmlrpc.py 2013-05-02 10:30:20 +0000 +++ dashboard_app/xmlrpc.py 2013-05-02 10:35:29 +0000 @@ -284,7 +284,7 @@ bundle = Bundle.objects.get(content_sha1=content_sha1) if not bundle.bundle_stream.is_accessible_by(self.user): raise xmlrpclib.Fault( - 403, "Permission denied. User does not have permissions" + 403, "Permission denied. User does not have permissions " "to access this bundle.") except Bundle.DoesNotExist: raise xmlrpclib.Fault(errors.NOT_FOUND,