Radicale
Radicale copied to clipboard
pytest reports warning for radicale/app/report.py
Found:
radicale/app/report.py:74: DeprecationWarning: Testing an element's truth value will raise an exception in future versions. Use specific 'len(elem)' or 'elem is not None' test instead.
props: Union[ET.Element, List] = root.find(xmlutils.make_clark("D:prop")) or []
Can one support fixing this?