Skip to content

Commit

Permalink
PyFlakes
Browse files Browse the repository at this point in the history
  • Loading branch information
wichert committed Sep 8, 2011
1 parent eeb3f33 commit 8e58bd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lingua/xlsconvert.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def find_msg(sheet, row, catalog):
if msg is None:
print >> sys.stderr, \
('Can not find translation for cell %s:%s in PO file.' %
(sheet.name, cell_id(row, column)))
(sheet.name, cell_id(row, 0)))
return None

return msg
Expand Down

0 comments on commit 8e58bd0

Please sign in to comment.