Skip to content

Commit a3d20b3

Browse files
committed
Revert "Improve output"
This reverts commit 2340a28.
1 parent d2358af commit a3d20b3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

plugwise/helper.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,7 @@ def _find(xml_in: etree, locator: str) -> etree:
7878
if xml_in is not None:
7979
return xml_in.find(locator)
8080

81-
LOGGER.error("XML data unexpectedly not found, processing stopped!")
82-
raise XMLDataMissingError
81+
raise XMLDataMissingError()
8382

8483

8584
def update_helper(

0 commit comments

Comments
 (0)