Skip to content

Commit c242fa5

Browse files
committed
Merge bitcoin/bitcoin#31858: chore: remove redundant word
4c62b37 chore: remove redundant word (tianzedavid) Pull request description: Remove redundant word For bitcoin/bitcoin#31855 (comment) ACKs for top commit: maflcko: lgtm ACK 4c62b37 delta1: ACK bitcoin/bitcoin@4c62b37 Tree-SHA512: b6af8aa158be37977d7016435aafb07542e38db863111b86369cba29bab25c9dd0075892dbe559d4d72c6aa33fcb08a7881a41d1a124d0bfc2c18aea696a0b57
2 parents 251ea73 + 4c62b37 commit c242fa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/lint/lint-files.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def check_all_filenames(files) -> int:
9191
for filename in filenames:
9292
if not filename_regex.match(filename):
9393
print(
94-
f"""File {repr(filename)} does not not match the allowed filename regexp ('{ALLOWED_FILENAME_REGEXP}')."""
94+
f"""File {repr(filename)} does not match the allowed filename regexp ('{ALLOWED_FILENAME_REGEXP}')."""
9595
)
9696
failed_tests += 1
9797
return failed_tests

0 commit comments

Comments
 (0)