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
Hey! I have been trying to parse multiple string files but I haven't been able to. After some research on your regex I was able to find that multiple comments put together individually are rejected. so i fixed them but the I tried parsing this but it failed. /* Class = "UILabel"; text = "Circuit Breaker Health State"; ObjectID = "eCz-kD-Zye"; */ "eCz-kD-Zye.text" = "Circuit Breaker Health State";
I always end up getting this:
Invalid syntax: /
Traceback (most recent call last):
File "", line 1, in
File "C:\Users\sesa466157\AppData\Local\Programs\Python\Python36-32\lib\site-packages\localizable.py", line 99, in parse_strings
end = m.end()
AttributeError: 'NoneType' object has no attribute 'end'*
Please help.
The text was updated successfully, but these errors were encountered:
Hey! I have been trying to parse multiple string files but I haven't been able to. After some research on your regex I was able to find that multiple comments put together individually are rejected. so i fixed them but the I tried parsing this but it failed.
/* Class = "UILabel"; text = "Circuit Breaker Health State"; ObjectID = "eCz-kD-Zye"; */ "eCz-kD-Zye.text" = "Circuit Breaker Health State";
I always end up getting this:
Invalid syntax: /
Traceback (most recent call last):
File "", line 1, in
File "C:\Users\sesa466157\AppData\Local\Programs\Python\Python36-32\lib\site-packages\localizable.py", line 99, in parse_strings
end = m.end()
AttributeError: 'NoneType' object has no attribute 'end'*
Please help.
The text was updated successfully, but these errors were encountered: