You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: caldav/davclient.py
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -293,7 +293,9 @@ def _expand_simple_prop(
293
293
values= []
294
294
ifproptaginprops_found:
295
295
prop_xml=props_found[proptag]
296
-
error.assert_(notprop_xml.items())
296
+
ifprop_xml.items():
297
+
fromcaldav.lib.debugimportxmlstring
298
+
log.error(f"If you see this, please add a report at https://github.com/python-caldav/caldav/issues/209 - in _expand_simple_prop, dealing with {proptag}, extra items found: {xmlstring(prop_xml)}.")
0 commit comments