From dc89736d4ade3d65b69d833827cc102165d803fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Rapinat?= Date: Sat, 4 May 2013 15:54:14 +0000 Subject: [PATCH] 6595: create a new template every time we are extracting strings from python modules svn: r22164 --- po/update_po.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/po/update_po.py b/po/update_po.py index 12c6688f8..c39cb32ee 100644 --- a/po/update_po.py +++ b/po/update_po.py @@ -571,8 +571,7 @@ def retrieve(): """ extract_xml() - if not os.path.isfile('gramps.pot'): - create_template() + create_template() create_filesfile() listing('python.txt', ['.py', '.py.in'])