From: Christopher Lenz Date: Mon, 7 Jan 2008 16:04:38 +0000 (+0000) Subject: Same bug fixed in [339] was also in the setuptools `compile_catalog` command. X-Git-Tag: 1.0~362 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=639c58312e4c124d85df4e4e42f7b911868868db;p=thirdparty%2Fbabel.git 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 index 1bd8f6a2..9ebb64a2 100755 --- a/babel/messages/frontend.py +++ b/babel/messages/frontend.py @@ -124,7 +124,7 @@ class compile_catalog(Command): '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: