We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5acf1d5 commit bc1d7e1Copy full SHA for bc1d7e1
1 file changed
update-ends.py
@@ -96,7 +96,7 @@ def update_end(filename, end):
96
content = f.read()
97
if content.endswith(end):
98
# No need to do anything.
99
- print(" Has end:", filename)
+ print(" Has correct end:", filename)
100
return
101
102
if '\n***\n' in content:
0 commit comments