Skip to content

Commit

Permalink
Merge pull request #13 from skidder/skidder/comment
Browse files Browse the repository at this point in the history
Adjust comment
  • Loading branch information
skidder authored Nov 3, 2024
2 parents b983927 + f3bef60 commit 0a3e420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/verify_deps.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 0a3e420

Please sign in to comment.