Skip to content

Commit a5b0a44

Browse files
committed
Merge bitcoin#31855: chore: remove redundant word
033acdf chore: remove redundant word (tianzedavid) Pull request description: Remove redundant word For ElementsProject/elements#1407 ACKs for top commit: maflcko: lgtm ACK 033acdf delta1: ACK bitcoin@033acdf Tree-SHA512: ec9c9951c0153fa598d7733cfba287217c4a3389090a6d106d9144ac9cb1c13cf854f660fe187dad992b6ae1b252c01f1764af5bba5bdf8703b978d04cdb190f
2 parents 55cf39e + 033acdf commit a5b0a44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/lint/lint-files.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ def check_source_filenames(files) -> int:
111111
for filename in filenames:
112112
if not filename_regex.match(filename) and not filename_exception_regex.match(filename):
113113
print(
114-
f"""File {repr(filename)} does not not match the allowed source filename regexp ('{ALLOWED_SOURCE_FILENAME_REGEXP}'), or the exception regexp ({ALLOWED_SOURCE_FILENAME_EXCEPTION_REGEXP})."""
114+
f"""File {repr(filename)} does not match the allowed source filename regexp ('{ALLOWED_SOURCE_FILENAME_REGEXP}'), or the exception regexp ({ALLOWED_SOURCE_FILENAME_EXCEPTION_REGEXP})."""
115115
)
116116
failed_tests += 1
117117
return failed_tests

0 commit comments

Comments
 (0)