Correct, the patch is wrong: (sorry)

this is the line

elif tokens[0] == '#.' and nb_tokens > 1:

must  be:

elif tokens[0] == '#.'  :

** Patch added: "patchPolib.patch"
   
https://bugs.launchpad.net/ubuntu/+source/polib/+bug/1068577/+attachment/3410214/+files/patchPolib.patch

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1068577

Title:
  polib.py raise a IOException when po file has a commented line in
  blank

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/polib/+bug/1068577/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to