mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-19 13:03:36 +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]
|
||||
else:
|
||||
ok = error(path, "missing new line")
|
||||
else:
|
||||
text = text.strip()
|
||||
|
||||
cur_length = len(text)
|
||||
if cur_length > max_length:
|
||||
|
||||
Reference in New Issue
Block a user