From 433478ddd745ee6d93a31c5a2add1208af9a533d Mon Sep 17 00:00:00 2001 From: Yorik van Havre Date: Fri, 7 Dec 2012 10:55:57 -0200 Subject: [PATCH] Fixed bugs in updatets script --- src/Tools/updatets.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Tools/updatets.py b/src/Tools/updatets.py index d167452c9b..12165cca10 100644 --- a/src/Tools/updatets.py +++ b/src/Tools/updatets.py @@ -60,11 +60,11 @@ PyCommands = [["src/Mod/Draft", ["src/Mod/OpenSCAD", "pylupdate *.py Resources/ui/*.ui -ts Resources/translations/OpenSCAD.ts"], ["src/Mod/Start", - "pylupdate StartPage/*.py -ts Gui/Resources/translations/StartPage.ts"] + "pylupdate StartPage/*.py -ts Gui/Resources/translations/StartPage.ts"], ["src/Mod/Ship", - 'pylupdate4 `find ./ -name "*.py"` -ts resources/translations/Ship.ts'] + 'pylupdate `find ./ -name "*.py"` -ts resources/translations/Ship.ts'], ["src/Mod/Plot", - 'pylupdate4 -verbose `find ./ -name "*.py"` -ts resources/translations/Plot.ts']] + 'pylupdate `find ./ -name "*.py"` -ts resources/translations/Plot.ts']] # add python folders to exclude list for c in PyCommands: