# HG changeset patch # User cmlenz # Date 1199721878 0 # Node ID 4e59524b0824d12df424eef37953bcbdaf17bb9c # Parent 22596a99e89726b68c42308f8c9de253a0eece4e Same bug fixed in [339] was also in the setuptools `compile_catalog` command. diff --git a/babel/messages/frontend.py b/babel/messages/frontend.py --- 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: