mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 02:37:08 +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:
|
if data["project"]["requires-python"] != required_py_version:
|
||||||
config.add_error(
|
config.add_error(
|
||||||
"metadata",
|
"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:
|
except KeyError:
|
||||||
config.add_error("metadata", "No 'options.python_requires' key found!")
|
config.add_error("metadata", "No 'options.python_requires' key found!")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user