mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-06 12:34:24 +00:00
[ios] Really ignore new lines in meatdata script
Signed-off-by: Yannik Bloscheck <git@yannikbloscheck.com>
This commit is contained in:
@@ -128,6 +128,8 @@ def check_raw(path, max_length, ignoreEmptyFilesAndNewLines=False):
|
|||||||
text = text[:-1]
|
text = text[:-1]
|
||||||
else:
|
else:
|
||||||
ok = error(path, "missing new line")
|
ok = error(path, "missing new line")
|
||||||
|
else:
|
||||||
|
text = text.strip()
|
||||||
|
|
||||||
cur_length = len(text)
|
cur_length = len(text)
|
||||||
if cur_length > max_length:
|
if cur_length > max_length:
|
||||||
|
|||||||
Reference in New Issue
Block a user