And the last piece of the puzzle... normalise the slashes.
This commit is contained in:
parent
04161da5a0
commit
3b3b1d6342
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user