Log lines do not end with a full stop (#37527)

This commit is contained in:
Franck Nijhof
2020-07-05 23:04:19 +02:00
committed by GitHub
parent 01fd33f173
commit 53545c984b
154 changed files with 254 additions and 261 deletions

View File

@ -107,7 +107,7 @@ async def async_setup_entry(
if not parent_device:
_LOGGER.error(
"Node %s has a parent node %s, but no device "
"was created for the parent. Skipping.",
"was created for the parent. Skipping",
node.address,
node.parent_node,
)