From 8afb1e4c29a368e529f199f2a5200f93f90a8922 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Rapinat?= Date: Sat, 4 May 2013 16:10:26 +0000 Subject: [PATCH] 6595: create a new template every time we are extracting strings from python modules svn: r22165 --- 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'])