changeset 307:4e59524b0824 trunk

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 22596a99e897
children 43dca73da5b5
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