mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[fix] missing old error
This commit is contained in:
parent
174cbcb8b6
commit
afaac841ec
1 changed files with 1 additions and 1 deletions
|
@ -725,7 +725,7 @@ def app_install(operation_logger, auth, app, label=None, args=None, no_remove_on
|
|||
answer = msignals.prompt(m18n.n('confirm_app_install_' + confirm,
|
||||
answers='Y/N'))
|
||||
if answer.upper() != "Y":
|
||||
raise MoulinetteError(errno.EINVAL, m18n.n("aborting"))
|
||||
raise YunohostError("aborting")
|
||||
|
||||
|
||||
raw_app_list = app_list(raw=True)
|
||||
|
|
Loading…
Add table
Reference in a new issue