Skip to content

Fix d/p/01-recursive-properties.patch

d/p/01-recursive-properties.patch assigns a dict_keys object to namespaces but namespaces needs to be a list.

This leads to an autopkgtest failure:

File "/usr/lib/python3/dist-packages/pywebdav/lib/propfind.py",
line 268, in mk_prop_response
  ns_prefix = "ns" + str(self.namespaces.index(ns)) + ":"
                       ^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'dict_keys' object has no attribute 'index'

Signed-off-by: Heinrich Schuchardt heinrich.schuchardt@canonical.com

Merge request reports

Loading