mirror of
https://github.com/home-assistant/core.git
synced 2025-04-25 17:57:55 +00:00
Update package.py (#5783)
This commit is contained in:
parent
2b124a008c
commit
34c7bac9b4
@ -35,7 +35,7 @@ def install_package(package: str, upgrade: bool=True,
|
||||
try:
|
||||
return subprocess.call(args) == 0
|
||||
except subprocess.SubprocessError:
|
||||
_LOGGER.exception('Unable to install pacakge %s', package)
|
||||
_LOGGER.exception('Unable to install package %s', package)
|
||||
return False
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user