changeset 307:992fb11739be

Same bug fixed in [339] was also in the setuptools `compile_catalog` command.
author cmlenz
date Mon, 07 Jan 2008 16:04:38 +0000
parents 59f781f2483a
children 089154904d76
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
@@ -124,7 +124,7 @@
                                                      'LC_MESSAGES',
                                                      self.domain + '.mo'))
         else:
-            po_files.append(self.output_file)
+            po_files.append(self.input_file)
             if self.output_file:
                 mo_files.append(self.output_file)
             else:
Copyright (C) 2012-2017 Edgewall Software