From 2915cb98b20c75f4253aae2b10da49c2d361f170 Mon Sep 17 00:00:00 2001 From: Johann Bauer Date: Fri, 9 Mar 2018 23:22:15 +0100 Subject: [PATCH] Follow-up e890ec02d --- contrib/make_locale | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/make_locale b/contrib/make_locale index a55507919..681730610 100755 --- a/contrib/make_locale +++ b/contrib/make_locale @@ -8,7 +8,7 @@ import requests os.chdir(os.path.dirname(os.path.realpath(__file__))) os.chdir('..') -code_directories = '{gui,plugins}' +code_directories = '{gui,plugins,lib}' cmd = "find {} -type f -name '*.py' -o -name '*.kv'".format(code_directories) files = subprocess.check_output(cmd, shell=True)