mroja
Results
1
issues of
mroja
This PR fixes a bug where `base_dir` is ignored and all paths in the generated report are absolute. In `normalize_files_paths` function `base_dir` is normalized as `os.path.abspath(base_dir)`, but this function returns...