Просмотр исходного кода

Merge pull request #25 from jon-d/fix_sync-command_property

Typo: missing comma
Guillaume Ayoub 13 лет назад
Родитель
Сommit
36feabb680
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"))