And the last piece of the puzzle... normalise the slashes.

This commit is contained in:
Asher Baker 2015-11-05 17:45:26 +00:00
parent 04161da5a0
commit 3b3b1d6342

View File

@ -85,6 +85,7 @@ for i, line in enumerate(lines):
try:
root = runCommand(['git', 'rev-parse', '--show-toplevel'])
root = os.path.normpath(root)
if root in roots:
continue