changeset 110:d4bb649b3849

fixed old comments kwarg to auto_comments
author pjenvey
date Thu, 14 Jun 2007 20:39:31 +0000
parents ce331dac98fe
children cf830d917231
files babel/messages/frontend.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/babel/messages/frontend.py
+++ b/babel/messages/frontend.py
@@ -466,7 +466,7 @@
                 for filename, lineno, message, comments in extracted:
                     filepath = os.path.normpath(os.path.join(dirname, filename))
                     catalog.add(message, None, [(filepath, lineno)], 
-                                comments=comments)
+                                auto_comments=comments)
 
             write_po(outfile, catalog, width=options.width,
                      no_location=options.no_location,
Copyright (C) 2012-2017 Edgewall Software