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 18ba457 commit 33916e9Copy full SHA for 33916e9
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(
+ LOGGER.warning( # pragma: no cover
94
"XML data unexpectedly not present, processing stopped. Please retry."
95
)
96
- raise XMLDataMissingError
+ raise XMLDataMissingError # pragma: no cover
97
98
99
def update_helper(
0 commit comments