Feed apps argument to app_upgrade

This commit is contained in:
Alexandre Aubin 2019-04-22 22:06:35 +02:00
parent a16fb94d82
commit 9e3d302832

View file

@ -731,7 +731,7 @@ def tools_upgrade(operation_logger, auth, apps=None, system=False):
if apps is not None: if apps is not None:
try: try:
app_upgrade(auth) app_upgrade(auth, app=apps)
except Exception as e: except Exception as e:
failure = True failure = True
logger.warning('unable to upgrade apps: %s' % str(e)) logger.warning('unable to upgrade apps: %s' % str(e))