[mod] typo

Co-Authored-By: decentral1se <lukewm@riseup.net>
This commit is contained in:
Bram 2019-08-07 13:04:56 +02:00 committed by Alexandre Aubin
parent 3130bb59ac
commit 889e34888d

View file

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