mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 15:21:56 -05:00
Merge commit godotengine/godot@a372214a4a
This commit is contained in:
@@ -36,11 +36,16 @@ for file in sys.argv[1:]:
|
||||
break
|
||||
|
||||
if HEADER_CHECK_OFFSET < 0:
|
||||
invalid.append(file)
|
||||
continue
|
||||
|
||||
HEADER_BEGIN_OFFSET = HEADER_CHECK_OFFSET + 1
|
||||
HEADER_END_OFFSET = len(lines) - 1
|
||||
|
||||
if HEADER_BEGIN_OFFSET >= HEADER_END_OFFSET:
|
||||
invalid.append(file)
|
||||
continue
|
||||
|
||||
split = file.split("/") # Already in posix-format.
|
||||
|
||||
prefix = ""
|
||||
|
||||
Reference in New Issue
Block a user