We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 564f78b commit 2340a28Copy full SHA for 2340a28
plugwise/helper.py
@@ -78,7 +78,8 @@ def _find(xml_in: etree, locator: str) -> etree:
78
if xml_in is not None:
79
return xml_in.find(locator)
80
81
- raise XMLDataMissingError()
+ LOGGER.error("XML data unexpectedly not found, processing stopped!")
82
+ raise XMLDataMissingError
83
84
85
def update_helper(
0 commit comments