Details
- 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
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 2012-09-16 21:38:17
Plan
- Priority:
- Assigned to:
- Status: works for me / can't reproduce