From c8b1d7e2c3a830d4a242a251304ed7d13f241093 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Mon, 5 Feb 2018 15:23:42 +0100 Subject: [PATCH] Forgot to adapt this also.. --- src/yunohost/tools.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/yunohost/tools.py b/src/yunohost/tools.py index 0978956fd..2fd139318 100644 --- a/src/yunohost/tools.py +++ b/src/yunohost/tools.py @@ -859,7 +859,9 @@ def tools_migrations_migrate(target=None, skip=False, auto=False): break else: # if skip - logger.warn(m18n.n('migrations_skip_migration', **migration)) + logger.warn(m18n.n('migrations_skip_migration', + number=migration.number, + name=migration.name)) # update the state to include the latest run migration state["last_run_migration"] = {