mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
tools_upgrade with apps : 'apps' undefined (well, it was defined, but not with the appropriate content)
This commit is contained in:
parent
5deb9972df
commit
923f703ea0
1 changed files with 1 additions and 1 deletions
|
@ -511,7 +511,7 @@ def tools_upgrade(
|
|||
# Actually start the upgrades
|
||||
|
||||
try:
|
||||
app_upgrade(app=apps)
|
||||
app_upgrade(app=upgradable_apps)
|
||||
except Exception as e:
|
||||
logger.warning("unable to upgrade apps: %s" % str(e))
|
||||
logger.error(m18n.n("app_upgrade_some_app_failed"))
|
||||
|
|
Loading…
Add table
Reference in a new issue