Update package.py (#5783)
This commit is contained in:
parent
2b124a008c
commit
34c7bac9b4
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue