Permalink
Browse files
Cinema: Fix pytest --output-diff
- Loading branch information...
Showing
with
1 addition
and
1 deletion.
-
+1
−1
src/platform/python/conftest.py
|
|
@@ -23,7 +23,7 @@ def pytest_exception_interact(node, call, report): |
|
|
if outroot:
|
|
|
if not vtest:
|
|
|
return
|
|
|
- outdir = os.path.join(outroot, *vtest.fullPath)
|
|
|
+ outdir = os.path.join(outroot, *vtest.full_path)
|
|
|
try:
|
|
|
os.makedirs(outdir)
|
|
|
except OSError as e:
|
|
|
|
0 comments on commit
9983cb8