pyfilesystem icon indicating copy to clipboard operation
pyfilesystem copied to clipboard

DAVFS raises dexml.ParseError exception when tags in XML responses do not follow in the same order as they defined in dexml models

Open whiterabbit1983 opened this issue 10 years ago • 0 comments

All classes derived from fs.contrib.davfs.xmlobj._davbase must have meta.order_sensitive attribute set to False. I suppose this could be fixed by adding one line of code to the definition of _davbase class.

whiterabbit1983 avatar Jul 29 '15 22:07 whiterabbit1983