mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-05-13 03:30:42 +02:00
chore: remove redundant word
Signed-off-by: tianzedavid <cuitianze@aliyun.com>
This commit is contained in:
parent
251ea7367c
commit
4c62b37fcd
@ -91,7 +91,7 @@ def check_all_filenames(files) -> int:
|
|||||||
for filename in filenames:
|
for filename in filenames:
|
||||||
if not filename_regex.match(filename):
|
if not filename_regex.match(filename):
|
||||||
print(
|
print(
|
||||||
f"""File {repr(filename)} does not not match the allowed filename regexp ('{ALLOWED_FILENAME_REGEXP}')."""
|
f"""File {repr(filename)} does not match the allowed filename regexp ('{ALLOWED_FILENAME_REGEXP}')."""
|
||||||
)
|
)
|
||||||
failed_tests += 1
|
failed_tests += 1
|
||||||
return failed_tests
|
return failed_tests
|
||||||
|
Loading…
Reference in New Issue
Block a user