changeset 306:2912cdc2730a stable-0.9.x

Ported [339] to 0.9.x branch.
author cmlenz
date Mon, 07 Jan 2008 15:11:55 +0000
parents d2950f2ad2f6
children e6d89e411eae
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
@@ -713,7 +713,7 @@
                                                      'LC_MESSAGES',
                                                      options.domain + '.mo'))
         else:
-            po_files.append(options.output_file)
+            po_files.append(options.input_file)
             if options.output_file:
                 mo_files.append(options.output_file)
             else:
Copyright (C) 2012-2017 Edgewall Software