mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Remove weird API behavior for app upgrade, will adapt the webadmin
This commit is contained in:
parent
1ed65fa1d9
commit
d0faff609e
1 changed files with 0 additions and 4 deletions
|
@ -697,10 +697,6 @@ def app_upgrade(auth, app=[], url=None, file=None):
|
|||
|
||||
logger.success(m18n.n('upgrade_complete'))
|
||||
|
||||
# Return API logs if it is an API call
|
||||
if is_api:
|
||||
return {"log": service_log('yunohost-api', number="100").values()[0]}
|
||||
|
||||
|
||||
@is_unit_operation()
|
||||
def app_install(operation_logger, auth, app, label=None, args=None, no_remove_on_failure=False, force=False):
|
||||
|
|
Loading…
Add table
Reference in a new issue