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:
|
try:
|
||||||
root = runCommand(['git', 'rev-parse', '--show-toplevel'])
|
root = runCommand(['git', 'rev-parse', '--show-toplevel'])
|
||||||
|
root = os.path.normpath(root)
|
||||||
|
|
||||||
if root in roots:
|
if root in roots:
|
||||||
continue
|
continue
|
||||||
|
Loading…
Reference in New Issue
Block a user