mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 16:57:53 +00:00
Reverted a line in package.py to its previous state.
This commit is contained in:
parent
34c4bb585a
commit
a097e9caf2
@ -19,8 +19,7 @@ def install_package(package, upgrade=True, target=None):
|
||||
if upgrade:
|
||||
args.append('--upgrade')
|
||||
if target:
|
||||
target = os.path.abspath(target)
|
||||
args += ['--target', target]
|
||||
args += ['--target', os.path.abspath(target)]
|
||||
|
||||
with INSTALL_LOCK:
|
||||
if check_package_exists(package, target):
|
||||
|
Loading…
x
Reference in New Issue
Block a user