We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07231e6 commit 3323f3dCopy full SHA for 3323f3d
warehouse/legacy/api/xmlrpc/views.py
@@ -195,7 +195,7 @@ def faultString(self): # NOQA: ignore=N802
195
return f"client error; {self.exc}"
196
197
198
-class XMLRPCWrappedError(xmlrpc.server.Fault):
+class XMLRPCWrappedError(xmlrpc.client.Fault):
199
def __init__(self, exc):
200
# NOQA due to N815 'mixedCase variable in class scope',
201
# This is the interface for specifying fault code and string for XmlRpcError
0 commit comments