changeset 206:3be04778442f

Fix for bug introduced in [208]. Closes #37.
author cmlenz
date Wed, 04 Jul 2007 06:52:03 +0000
parents aefe4ac123a2
children a2325a4ef8ee
files babel/messages/frontend.py
diffstat 1 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/babel/messages/frontend.py
+++ b/babel/messages/frontend.py
@@ -521,7 +521,7 @@
             finally:
                 infile.close()
 
-            catalog.update(template, self.no_fuzzy_matching, self.previous)
+            catalog.update(template, self.no_fuzzy_matching)
 
             tmpname = os.path.join(os.path.dirname(filename),
                                    tempfile.gettempprefix() +
@@ -955,8 +955,7 @@
             finally:
                 infile.close()
 
-            catalog.update(template, options.no_fuzzy_matching,
-                           options.previous)
+            catalog.update(template, options.no_fuzzy_matching)
 
             tmpname = os.path.join(os.path.dirname(filename),
                                    tempfile.gettempprefix() +
Copyright (C) 2012-2017 Edgewall Software