Преглед изворни кода

Typo: missing comma

sync-collection and expand-property where returned concatenated in
PROPFIND answers.
Jonathan Dupart пре 13 година
родитељ
комит
7a96578ca4
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      radicale/xmlutils.py

+ 1 - 1
radicale/xmlutils.py

@@ -278,7 +278,7 @@ def _propfind_response(path, item, props, user):
             element.append(privilege)
         elif tag == _tag("D", "supported-report-set"):
             for report_name in (
-                    "principal-property-search", "sync-collection"
+                    "principal-property-search", "sync-collection",
                     "expand-property", "principal-search-property-set"):
                 supported = ET.Element(_tag("D", "supported-report"))
                 report_tag = ET.Element(_tag("D", "report"))