Skip to content

Commit

Permalink
Temporarily revert commit d9bc582, until pull request zzzeek#18 is pr…
Browse files Browse the repository at this point in the history
…ocessed.
  • Loading branch information
ldaverio committed May 1, 2015
1 parent f0018d2 commit e8eea1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mako/ext/linguaplugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def process_python(self, code, code_lineno, translator_strings):
source += compat.b(' pass')
code = io.BytesIO(source)
for msg in self.python_extractor(
self.filename, self.options, code, code_lineno - 1):
self.filename, self.options, code, code_lineno):
if translator_strings:
msg = Message(msg.msgctxt, msg.msgid, msg.msgid_plural,
msg.flags,
Expand Down

0 comments on commit e8eea1b

Please sign in to comment.