Update package.py (#5783)

This commit is contained in:
Andrzej 2017-02-06 22:16:17 +01:00 committed by Fabian Affolter
parent 2b124a008c
commit 34c7bac9b4

View File

@ -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