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