mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[mod] typo
Co-Authored-By: decentral1se <lukewm@riseup.net>
This commit is contained in:
parent
3130bb59ac
commit
889e34888d
1 changed files with 1 additions and 1 deletions
|
@ -674,7 +674,7 @@ def app_upgrade(app=[], url=None, file=None):
|
||||||
msg = m18n.n('app_upgrade_failed', app=app_instance_name)
|
msg = m18n.n('app_upgrade_failed', app=app_instance_name)
|
||||||
operation_logger.error(msg)
|
operation_logger.error(msg)
|
||||||
|
|
||||||
# display this is there are remaining apps
|
# display this if there are remaining apps
|
||||||
if apps[number + 1:]:
|
if apps[number + 1:]:
|
||||||
logger.error(m18n.n('app_upgrade_stoped'))
|
logger.error(m18n.n('app_upgrade_stoped'))
|
||||||
not_upgraded_apps = apps[number:]
|
not_upgraded_apps = apps[number:]
|
||||||
|
|
Loading…
Add table
Reference in a new issue