Photos
Blog
Projects
vanrenterghem.biz
projects
/
git.ikiwiki.info.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
git diffurl: Do not escape / in paths to changed files, in order to interoperate...
[git.ikiwiki.info.git]
/
plugins
/
proxy.py
diff --git
a/plugins/proxy.py
b/plugins/proxy.py
index 41cc45700bc8c730c96b4c11ae2b2277af95d3ba..ca731301fbbd46e54640bdabe95fb41bbcf5890f 100755
(executable)
--- a/
plugins/proxy.py
+++ b/
plugins/proxy.py
@@
-175,7
+175,7
@@
class _IkiWikiExtPluginXMLRPCHandler(object):
data = _xmlrpc_client.loads(xml)[0][0]
self._debug_fn(
'parsed data from response to procedure {0}: [{1}]'.format(
- cmd,
data
))
+ cmd,
repr(data)
))
return data
def handle_rpc(self, in_fd, out_fd):