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
@@ -310,7 +310,9 @@ def _expand_simple_prop(
310
310
values= []
311
311
ifproptaginprops_found:
312
312
prop_xml=props_found[proptag]
313
-
error.assert_(notprop_xml.items())
313
+
ifprop_xml.items():
314
+
fromcaldav.lib.debugimportxmlstring
315
+
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