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 7d01f79 commit f28f7fcCopy full SHA for f28f7fc
plugwise/helper.py
@@ -90,10 +90,10 @@ def _findall(xml_in: etree, locator: str) -> list[etree]:
90
xml_list: list[etree] = xml_in.findall(locator)
91
return xml_list
92
93
- LOGGER.warning( # pragma: no cover
+ LOGGER.warning(
94
"XML data unexpectedly not present, processing stopped. Please retry."
95
)
96
- raise XMLDataMissingError # pragma: no cover
+ raise XMLDataMissingError
97
98
99
def update_helper(
0 commit comments