mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[fix] Some missing
This commit is contained in:
parent
fac50997dc
commit
6c063112bf
2 changed files with 1 additions and 1 deletions
|
@ -658,6 +658,7 @@ def app_upgrade(auth, app=[], url=None, file=None):
|
|||
if is_api:
|
||||
return {"log": service_log('yunohost-api', number="100").values()[0]}
|
||||
|
||||
|
||||
def app_install(auth, app, label=None, args=None, no_remove_on_failure=False, **kwargs):
|
||||
"""
|
||||
Install apps
|
||||
|
|
|
@ -364,7 +364,6 @@ def hook_exec(path, args=None, raise_on_error=False, no_trace=False,
|
|||
lambda l: logger.info(l.rstrip()),
|
||||
lambda l: logger.warning(l.rstrip()),
|
||||
)
|
||||
|
||||
returncode = call_async_output(
|
||||
command, callbacks, shell=False, cwd=chdir
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue