Commit dd1cfb14 by rfkelly0

DAVFS: remove pointless "incremental" parameter to _do_propfind

parent 95460ba6
......@@ -545,7 +545,7 @@ class DAVFS(FS):
finally:
response.close()
def _do_propfind(self,path,props,incremental=True):
def _do_propfind(self,path,props):
"""Incremental PROPFIND parsing, for use with ilistdir/ilistdirinfo.
This generator method incrementally parses the results returned by
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment