From 860f7408103dab24bd89d5428224490176c17d92 Mon Sep 17 00:00:00 2001 From: Bram Date: Wed, 22 Aug 2018 19:30:58 +0200 Subject: [PATCH] [fix] bad call --- src/yunohost/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/yunohost/app.py b/src/yunohost/app.py index 2c737da8..e3e5bb95 100644 --- a/src/yunohost/app.py +++ b/src/yunohost/app.py @@ -2201,7 +2201,7 @@ def _parse_action_args_in_yunohost_format(args, action_args, auth=None): app_label=app_label, )) - raise MoulinetteError(errno.EINVAL, m18n.n('app_location_unavailable', "\n".join(apps=apps))) + raise MoulinetteError(errno.EINVAL, m18n.n('app_location_unavailable', apps="\n".join(apps))) # (We save this normalized path so that the install script have a # standard path format to deal with no matter what the user inputted)