mirror of https://gitlab.com/bashrc2/epicyon
Typo
parent
b4cf3c2b1a
commit
491c372149
|
|
@ -1100,7 +1100,7 @@ def load_dogwhistles(filename: str) -> {}:
|
||||||
separators = ('->', '=>', ',', ';', '|', '=')
|
separators = ('->', '=>', ',', ';', '|', '=')
|
||||||
dogwhistles = {}
|
dogwhistles = {}
|
||||||
for line in dogwhistle_lines:
|
for line in dogwhistle_lines:
|
||||||
line = line.remove_eol(line).strip()
|
line = remove_eol(line).strip()
|
||||||
if not line:
|
if not line:
|
||||||
continue
|
continue
|
||||||
if line.startswith('#'):
|
if line.startswith('#'):
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue