mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 09:47:13 +00:00
Fix typo in requires-python hassfest error message (#87896)
This commit is contained in:
parent
4db40810dd
commit
c7e9afcef8
@ -30,7 +30,7 @@ def validate(integrations: dict[str, Integration], config: Config) -> None:
|
||||
if data["project"]["requires-python"] != required_py_version:
|
||||
config.add_error(
|
||||
"metadata",
|
||||
f"'project.requires-python' value doesn't match '{required_py_version}",
|
||||
f"'project.requires-python' value doesn't match '{required_py_version}'",
|
||||
)
|
||||
except KeyError:
|
||||
config.add_error("metadata", "No 'options.python_requires' key found!")
|
||||
|
Loading…
x
Reference in New Issue
Block a user