Skip to content

Commit

Permalink
make path normalization compatible with mac python2
Browse files Browse the repository at this point in the history
  • Loading branch information
Swatinem committed Dec 21, 2020
1 parent f9fa3fe commit 087101e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/run-make-fulldeps/coverage-reports/normalize_paths.py 100644 → 100755
@@ -1,5 +1,7 @@
#!/usr/bin/env python

from __future__ import print_function

import sys

# Normalize file paths in output
Expand Down

0 comments on commit 087101e

Please sign in to comment.