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