Bug 822346
| Summary: | comment in the end resulting in python failing to push po/pot file to server | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Joyce Chang <jochang> |
| Component: | zanata-python-client | Assignee: | Ding-Yi Chen <dchen> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Ding-Yi Chen <dchen> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 17 | CC: | dchen, kent.neo, petersen, sflaniga, zanata-bugs |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | 1.8.0-SNAPSHOT (20120827-0014) | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2012-11-15 00:00:38 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Joyce Chang
2012-05-17 06:32:16 UTC
Actually, pot is still able to be pushed to server, with a comment in the end of an entry. sorry~~ (In reply to comment #2) i managed to reproduce the bug precisely, i realized whether po or pot, a comment in the end of the file will result in failing to be pushed to server like what Runa said( Bug 822344 ).So, it did happened to pot as well, when pushing it, with a comment in the end See http://l10n.gnome.org/POT/gdm.master/gdm.master.bn_IN.po for another file which breaks polib, and thus zanata-python-client. In this case, it seems to be a "previous msgid" which is a problem: #~| msgid "AT SPI Registry Wrapper Hi, I have commit a patch to polib to fix this issue, which is accepted by owner of polib. Please see the patch and issues description: https://bitbucket.org/izi/polib/pull-request/5/ignore-obsolete-previous-msgid-entries https://bitbucket.org/izi/polib/issue/28/ioerror-on-reading-obsolete-previous-msgid So i think we need to build a new release for python-polib. VERIFIED with 1.8.0-SNAPSHOT (20120827-0014) zanata-python-client-1.3.11, python-polib-1.0.0 |