You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
line 109 in WebDAVServer.py probably should read
self.wfile.write(DATA)
type of DATA is not specified, but StringIO.getvalue returns string which does
not have a read() method.
Original issue reported on code.google.com by [email protected] on 8 Nov 2012 at 3:57
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 8 Nov 2012 at 3:57The text was updated successfully, but these errors were encountered: