web commit by http://madduck.net/: add patch
parent
646392f367
commit
b9a29c3040
|
@ -5,3 +5,20 @@ throwing code..):
|
||||||
exceptions.TypeError:coercing to Unicode: need string or buffer, int found
|
exceptions.TypeError:coercing to Unicode: need string or buffer, int found
|
||||||
|
|
||||||
--[[Joey]]
|
--[[Joey]]
|
||||||
|
|
||||||
|
> Does this patch against proxy.py help?
|
||||||
|
|
||||||
|
index 5136b3c..545e226 100755
|
||||||
|
--- a/plugins/proxy.py
|
||||||
|
+++ b/plugins/proxy.py
|
||||||
|
@@ -88,7 +101,7 @@ class _IkiWikiExtPluginXMLRPCHandler(object):
|
||||||
|
|
||||||
|
@staticmethod
|
||||||
|
def _write(out_fd, data):
|
||||||
|
- out_fd.write(data)
|
||||||
|
+ out_fd.write(str(data))
|
||||||
|
out_fd.flush()
|
||||||
|
|
||||||
|
@staticmethod
|
||||||
|
|
||||||
|
[[tag patch]]
|
||||||
|
|
Loading…
Reference in New Issue