From 8dbed84a1a8f2486f69cb31692dbc55c9ac19d92 Mon Sep 17 00:00:00 2001 From: Andrey Vertiprahov Date: Sun, 28 Feb 2021 15:25:21 +0500 Subject: [PATCH] Fix flake on translation command. --- commands/translation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/translation.py b/commands/translation.py index 6fa9921736..ac9f947c0b 100644 --- a/commands/translation.py +++ b/commands/translation.py @@ -25,7 +25,7 @@ class Command(BaseCommand): # "bi": { # "messages": ["services/bi/**.py", "services/bi/**.html.j2", "bi/models/**.py"], # "messages_js": ["ui/bi2/bi.js"], - #}, + # }, "card": { "messages": ["services/card/**.py", "services/card/**.html.j2"], "messages_js": ["ui/card/**.js"], -- GitLab