mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 08:38:28 +00:00
Fixed line counter (count all lines)
This commit is contained in:
parent
ac95dd4ee8
commit
05de39e271
1 changed files with 1 additions and 1 deletions
|
@ -77,8 +77,8 @@ def load_regex(force = False):
|
|||
except:
|
||||
print('Ignored line {}: Syntax error in "{}"'.format(line, regexConfig))
|
||||
continue
|
||||
line += 1
|
||||
lregexes.append(l)
|
||||
line += 1
|
||||
print('DEBUG: regexes:')
|
||||
print(lregexes)
|
||||
return lregexes
|
||||
|
|
Loading…
Reference in a new issue