Fix bad comment

This commit is contained in:
dgtlmoon
2024-10-09 18:52:27 +02:00
parent fabbb3733a
commit de34f0ad83
+1 -2
View File
@@ -356,8 +356,7 @@ def strip_ignore_text(content, wordlist, mode="content"):
got_match = True
if not got_match:
# Not ignored
# Plus "\n" because
# Not ignored, and should preserve "keepends"
output.append(line)
else:
ignored_line_numbers.append(i)