Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 087101e

Browse files
committedDec 21, 2020
make path normalization compatible with mac python2
1 parent f9fa3fe commit 087101e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎src/test/run-make-fulldeps/coverage-reports/normalize_paths.py

100644100755
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/usr/bin/env python
22

3+
from __future__ import print_function
4+
35
import sys
46

57
# Normalize file paths in output

0 commit comments

Comments
 (0)
Please sign in to comment.