mirror of https://github.com/mgba-emu/mgba.git
Cinema: Fix pytest --output-diff
This commit is contained in:
parent
746f2b8e6a
commit
9983cb87c9
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue