mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Bad parenthesis positioning
This commit is contained in:
parent
86810fb68a
commit
15807c411c
1 changed files with 2 additions and 2 deletions
|
@ -598,8 +598,8 @@ def tools_upgrade(operation_logger, apps=None, system=False):
|
||||||
)
|
)
|
||||||
returncode = call_async_output(dist_upgrade, callbacks, shell=True)
|
returncode = call_async_output(dist_upgrade, callbacks, shell=True)
|
||||||
if returncode != 0:
|
if returncode != 0:
|
||||||
logger.warning(m18n.n('tools_upgrade_regular_packages_failed'),
|
logger.warning(m18n.n('tools_upgrade_regular_packages_failed',
|
||||||
packages_list=', '.join(noncritical_packages_upgradable))
|
packages_list=', '.join(noncritical_packages_upgradable)))
|
||||||
operation_logger.error(m18n.n('packages_upgrade_failed'))
|
operation_logger.error(m18n.n('packages_upgrade_failed'))
|
||||||
raise YunohostError(m18n.n('packages_upgrade_failed'))
|
raise YunohostError(m18n.n('packages_upgrade_failed'))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue