mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
Update package.py (#5783)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user