Skip to content
Snippets Groups Projects

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

Merged Heinrich Schuchardt requested to merge xypron/pywebdav:01-recursive-properties into debian

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

Pipeline #526107 failed

Pipeline failed for e5d5acb5 on xypron:01-recursive-properties

Approval is optional

Merged by Mathias BehrleMathias Behrle 1 year ago (May 11, 2023 2:16pm UTC)

Merge details

  • Changes merged into debian with deb3a5d8.
  • Deleted the source branch.

Pipeline #527102 failed

Pipeline failed for deb3a5d8 on debian

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading