mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
String formatting and max line length - Part 1 (#84390)
Co-authored-by: Erik Montnemery <erik@montnemery.com>
This commit is contained in:
@@ -253,8 +253,10 @@ async def _async_setup_component(
|
||||
result = await task
|
||||
except asyncio.TimeoutError:
|
||||
_LOGGER.error(
|
||||
"Setup of %s is taking longer than %s seconds."
|
||||
" Startup will proceed without waiting any longer",
|
||||
(
|
||||
"Setup of %s is taking longer than %s seconds."
|
||||
" Startup will proceed without waiting any longer"
|
||||
),
|
||||
domain,
|
||||
SLOW_SETUP_MAX_WAIT,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user