mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Change start line number count sqf validation at 1
This commit is contained in:
parent
75cbe7df4f
commit
0c55d0ca06
@ -50,7 +50,7 @@ def check_sqf_syntax(filepath):
|
||||
checkForSemiColumn = False
|
||||
|
||||
# Extra information so we know what line we find errors at
|
||||
lineNumber = 0
|
||||
lineNumber = 1
|
||||
|
||||
indexOfCharacter = 0
|
||||
# Parse all characters in the content of this file to search for potential errors
|
||||
|
Loading…
Reference in New Issue
Block a user