Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 40a1b02 + 3b22285 commit fe7a927Copy full SHA for fe7a927
1 file changed
tools/c_coverage/c_coverage_report.py
@@ -84,7 +84,7 @@ def get_file(self, path):
84
if self.prefix is None:
85
self.prefix = path
86
else:
87
- self.prefix = os.path.commonprefix([self.prefix, path])
+ self.prefix = os.path.commonpath([self.prefix, path])
88
return self.files[path]
89
90
def clean_path(self, path):
0 commit comments