Permalink
Browse files

Cinema: Fix pytest --output-diff

  • Loading branch information...
endrift committed Jun 28, 2018
1 parent 746f2b8 commit 9983cb87c93790d1383cc432b5074759b12aec44
Showing with 1 addition and 1 deletion.
  1. +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

Please sign in to comment.