mirror of
https://github.com/home-assistant/core.git
synced 2025-11-04 16:39:28 +00:00
String formatting and max line length - Part 7 (#84532)
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
This commit is contained in:
@@ -102,8 +102,10 @@ def report_integration(
|
||||
|
||||
_LOGGER.log(
|
||||
level,
|
||||
"Detected integration that %s. "
|
||||
"Please report issue%s for %s using this method at %s, line %s: %s",
|
||||
(
|
||||
"Detected integration that %s. "
|
||||
"Please report issue%s for %s using this method at %s, line %s: %s"
|
||||
),
|
||||
what,
|
||||
extra,
|
||||
integration,
|
||||
|
||||
Reference in New Issue
Block a user