Cinema: Fix pytest --output-diff

This commit is contained in:
Vicki Pfau 2018-06-28 11:52:59 -07:00
parent 746f2b8e6a
commit 9983cb87c9
1 changed files with 1 additions and 1 deletions

View File

@ -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: