Opened 17 years ago

Closed 17 years ago

#5120 closed (duplicate)

make-messages.py stop working

Reported by: olidu Owned by: Malcolm Tredinnick
Component: Internationalization Version: dev
Severity: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

make-messages.py stopped working recently

The line

   msgs = '\n'.join(dropwhile(len, msgs.split('\n')))

seems to remove all non-empty lines instead of just the header.

Change History (3)

comment:1 by olidu <perng@…>, 17 years ago

Summary: make-messages.py produce stop workingmake-messages.py stop working

comment:2 by Ramiro Morales, 17 years ago

Hi olidu,

If you are using this stuff under Windows, then this ticket is a duplicate of #4899. Can you please:

  • Test the ticket-4899.2.diff patch attached to that ticket
  • Close this ticket marking it as a duplicate

comment:3 by Simon G. <dev@…>, 17 years ago

Resolution: duplicate
Status: newclosed
Note: See TracTickets for help on using tickets.
Back to Top