Merge branch 'master' into rm-3.4

This commit is contained in:
Hugo van Kemenade
2020-01-26 21:05:51 +02:00
committed by GitHub
6 changed files with 75 additions and 37 deletions

View File

@@ -190,6 +190,7 @@ def make_reltoroot(roots, args):
parts = arg.split(splitcode)
fspath = py.path.local(parts[0])
if not fspath.exists():
result.append(arg)
continue
for root in roots:
x = fspath.relto(root)