Skip to content

Commit ac3f6a7

Browse files
authored
No idea what I'm doing.
1 parent 66e74c8 commit ac3f6a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/xdist/workermanage.py

+1
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ def make_reltoroot(roots, args):
190190
parts = arg.split(splitcode)
191191
fspath = py.path.local(parts[0])
192192
if not fspath.exists():
193+
result.append(arg)
193194
continue
194195
for root in roots:
195196
x = fspath.relto(root)

0 commit comments

Comments
 (0)