File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 77from setuptools .command .test import test as TestCommand
88from setuptools .command .install import install as InstallCommand
99
10- version = "1.0.5 "
10+ version = "1.0.6 "
1111requirements = "libxml2-dev libxslt-dev python-dev libcurl4-openssl-dev python-pycurl"
1212
1313class Install (InstallCommand ):
Original file line number Diff line number Diff line change 1616except ImportError :
1717 from urllib import unquote
1818
19- __version__ = "1.0.5 "
19+ __version__ = "1.0.6 "
2020
2121
2222def listdir (directory ):
@@ -288,8 +288,8 @@ def parse(response, path):
288288 return False
289289
290290 except etree .XMLSyntaxError :
291- raise MethodNotSupported ( name = "check" , server = self . webdav . hostname )
292-
291+ return False
292+
293293 try :
294294 urn = Urn (remote_path )
295295 parent_urn = Urn (urn .parent ())
You can’t perform that action at this time.
0 commit comments