Skip to content

Commit

Permalink
docs: fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bepri authored and lengau committed Dec 18, 2024
1 parent 8bef537 commit c952210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_infra.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def get_python_filepaths() -> list[str]:
"""Helper to retrieve paths of Python files."""
# list of directories to scan
source_dirs = ["charmcraft", "tests"]
# list of source directories - always return setup.py to be safe
# list of source files - always return setup.py to be safe
source_files = ["setup.py"]

# Parse the globs into their matching files
Expand Down

0 comments on commit c952210

Please sign in to comment.