= Details = ## please fill this in Applies to:: MoinMoin 1.9.3, MoinMoin/wikisync.py Purpose:: Show an unhandled XMLRPC fault correctly when synchronizing between wikis. Description:: The xmlrpclib.Fault exception handling in the wikisync does not print the underlying error. Instead it shows an empty string. = Patch = ## we prefer that you send the patch in an attachment to avoid whitespace issues ## you should probably change the name of the attachment here {{attachment:XMLRPCFaultMessageFix.patch}} = Discussion = preferable is a unified patch (diff -u) I tried str(err) for python 2.5 and 2.7 and both gave valid representations of the fault. -- ThomasWaldmann <> = Plan = ## This part is for Moin``Moin developers: * Priority: * Assigned to: * Status: works for me / can't reproduce ---- CategoryMoinMoinPatch