mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 04:05:20 +01:00
String formatting and max line length - Part 1 (#84390)
Co-authored-by: Erik Montnemery <erik@montnemery.com>
This commit is contained in:
@@ -261,7 +261,10 @@ class RequirementsManager:
|
||||
for req in missing:
|
||||
if req in self.install_failure_history:
|
||||
_LOGGER.info(
|
||||
"Multiple attempts to install %s failed, install will be retried after next configuration check or restart",
|
||||
(
|
||||
"Multiple attempts to install %s failed, install will be"
|
||||
" retried after next configuration check or restart"
|
||||
),
|
||||
req,
|
||||
)
|
||||
raise RequirementsNotFound(integration, [req])
|
||||
|
||||
Reference in New Issue
Block a user