Fix regex in translation extraction script
This commit is contained in:
@@ -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 = ""
|
||||
|
||||
Reference in New Issue
Block a user