From f3bef60ba95398d2637ff1f841470ac6405f75e3 Mon Sep 17 00:00:00 2001 From: Scott Kidder Date: Sun, 3 Nov 2024 03:06:34 +0000 Subject: [PATCH] Adjust comment --- deps/verify_deps.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/verify_deps.py b/deps/verify_deps.py index 1a5ef0b2..65eaff62 100755 --- a/deps/verify_deps.py +++ b/deps/verify_deps.py @@ -31,7 +31,7 @@ def scan_deps(deps_dir: Path) -> Dict[str, str]: if not file_path.is_file(): continue - # Only process shared and static libraries and headers + # Only process shared libraries, static libraries, and headers if not file_path.suffix in ['.so', '.dylib', '.a', '.h']: continue