[fix] Some missing

This commit is contained in:
ljf 2018-04-11 22:58:26 +02:00
parent fac50997dc
commit 6c063112bf
2 changed files with 1 additions and 1 deletions

View file

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

View file

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