Skip to content

Commit de829ef

Browse files
committed
Add missing no pragma cover from #65
1 parent 3c7d72a commit de829ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise/helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@ async def update_domain_objects(self):
507507
msg = notification.find("message").text
508508
self.notifications.update({msg_id: {msg_type: msg}})
509509
_LOGGER.debug("Plugwise notifications: %s", self.notifications)
510-
except AttributeError:
510+
except AttributeError: # pragma: no cover
511511
_LOGGER.info(
512512
"Plugwise notification present but unable to process, manually investigate: %s",
513513
url,

0 commit comments

Comments
 (0)