mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Update src/yunohost/app.py
Co-Authored-By: alexAubin <alex.aubin@mailoo.org>
This commit is contained in:
parent
65970e30fb
commit
2c41a4539e
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
|
|||
if confirm is None or force or msettings.get('interface') == 'api':
|
||||
return
|
||||
|
||||
answer = msignals.prompt(m18n.n('confirm_app_install_'+confirm,
|
||||
answer = msignals.prompt(m18n.n('confirm_app_install_' + confirm,
|
||||
answers='Y/N'))
|
||||
if answer.upper() != "Y":
|
||||
raise MoulinetteError(errno.EINVAL, m18n.n("aborting"))
|
||||
|
|
Loading…
Add table
Reference in a new issue