[MIG] module_auto_update: Migration to 14.0

pull/2248/head
Manuel Engel 2021-02-03 22:22:56 +01:00 committed by Miku Laitinen
parent 50c555da1b
commit 1b1a750a6c
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ def _fnmatch(filename, patterns):
def _walk(top, exclude_patterns, keep_langs):
keep_langs = {l.split("_")[0] for l in keep_langs}
keep_langs = {language.split("_")[0] for language in keep_langs}
for dirpath, dirnames, filenames in os.walk(top):
dirnames.sort()
reldir = os.path.relpath(dirpath, top)