From 6789ddaac98a2819619c2faf4d54049fde7b1a5d Mon Sep 17 00:00:00 2001 From: Chris Hennes Date: Thu, 4 Mar 2021 09:43:55 -0600 Subject: [PATCH] Fix regex in translation extraction script --- src/Tools/updatets.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Tools/updatets.py b/src/Tools/updatets.py index ed7a2226d6..8f704c6aa9 100755 --- a/src/Tools/updatets.py +++ b/src/Tools/updatets.py @@ -112,7 +112,7 @@ PyCommands = [["src/Mod/Draft", # add python folders to exclude list for c in PyCommands: - DirFilter.append(c[0]) + DirFilter.append(c[0]+"$") QMAKE = "" LUPDATE = ""