mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-04-29 14:59:39 -04:00
Merge bitcoin/bitcoin#31855: chore: remove redundant word
033acdf03d
chore: remove redundant word (tianzedavid) Pull request description: Remove redundant word For https://github.com/ElementsProject/elements/pull/1407 ACKs for top commit: maflcko: lgtm ACK033acdf03d
delta1: ACK033acdf03d
Tree-SHA512: ec9c9951c0153fa598d7733cfba287217c4a3389090a6d106d9144ac9cb1c13cf854f660fe187dad992b6ae1b252c01f1764af5bba5bdf8703b978d04cdb190f
This commit is contained in:
commit
a5b0a441f8
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ def check_source_filenames(files) -> int:
|
||||||
for filename in filenames:
|
for filename in filenames:
|
||||||
if not filename_regex.match(filename) and not filename_exception_regex.match(filename):
|
if not filename_regex.match(filename) and not filename_exception_regex.match(filename):
|
||||||
print(
|
print(
|
||||||
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})."""
|
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})."""
|
||||||
)
|
)
|
||||||
failed_tests += 1
|
failed_tests += 1
|
||||||
return failed_tests
|
return failed_tests
|
||||||
|
|
Loading…
Add table
Reference in a new issue