Skip to content
Snippets Groups Projects
Commit 6fa13bce authored by Andre Maroneze's avatar Andre Maroneze
Browse files

[analysis-scripts] fixes after review

parent ab5db2c6
No related branches found
No related tags found
No related merge requests found
......@@ -56,7 +56,7 @@ parser.add_argument(
"--base",
metavar="DIR",
default=".",
help="base directory used for pretty-printing relative paths (default: PWD)",
help="base directory to use when pretty-printing relative paths (default: PWD)",
type=Path,
)
parser.add_argument(
......
......@@ -96,7 +96,7 @@ def get_dir(path):
def collect_files_and_local_dirs(paths) -> tuple[set[Path], set[Path]]:
"""Returns the list of directories (and their subdirectories) containing
"""Returns the list of files and directories (and their subdirectories) containing
the specified paths. Note that this also includes subdirectories which do not
themselves contain any .c files, but which may contain .h files."""
dirs: set[Path] = set()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment