Skip to content

Commit e39c16f

Browse files
committed
Add missing "f"
1 parent 0cf0a70 commit e39c16f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise_usb/network/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ async def node_rejoin_message(self, response: PlugwiseResponse) -> bool:
284284
_LOGGER.debug("duplicate awake discovery for %s", mac)
285285
return True
286286
else:
287-
raise NodeError("Unknown network address for node {mac}")
287+
raise NodeError(f"Unknown network address for node {mac}")
288288
return True
289289

290290
def _unsubscribe_to_protocol_events(self) -> None:

0 commit comments

Comments
 (0)