From 1c39975a27742c3600bdd649b8ecc6c45255720e Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Tue, 28 Sep 2021 10:12:49 +0200 Subject: [PATCH] Fix typo Signed-off-by: Gilles Peskine --- tests/scripts/check_names.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/scripts/check_names.py b/tests/scripts/check_names.py index bda34d1f3..cae722e58 100755 --- a/tests/scripts/check_names.py +++ b/tests/scripts/check_names.py @@ -305,7 +305,7 @@ class CodeParser(): } def is_file_excluded(self, path, exclude_wildcards): - """Whether the give file path is excluded.""" + """Whether the given file path is excluded.""" # exclude_wildcards may be None. Also, consider the global exclusions. exclude_wildcards = (exclude_wildcards or []) + self.excluded_files for pattern in exclude_wildcards: