You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A minor issue, but one that took me some time to figure out.
polib raises an Exception if the specified file is not found - which makes sense.
But it does not throw a NotFound (or similar) error, instead it throws
...
OSError: Syntax error in po file (line 1)
which is kind of misleading: There is no syntax error in the file... the file is just not there.
I think the error message (and the error) should be more telling in this case.
The text was updated successfully, but these errors were encountered:
A minor issue, but one that took me some time to figure out.
polib raises an Exception if the specified file is not found - which makes sense.
But it does not throw a NotFound (or similar) error, instead it throws
which is kind of misleading: There is no syntax error in the file... the file is just not there.
I think the error message (and the error) should be more telling in this case.
The text was updated successfully, but these errors were encountered: