records -> results

This commit is contained in:
Daniel 2023-12-11 00:43:12 +01:00
parent 093818bc81
commit 7c1f1ff5d4
5 changed files with 13 additions and 18 deletions

View file

@ -49,9 +49,9 @@ def DIR(request) -> DirManager:
DIR.OUTPUT
DIR.SESSION
DIR.RECORDS
DIR.STATES
DIR.RESULTS"""
DIR.RESULTS
DIR.STATUS"""
output_dir = request.config.getoption("--output_dir")
assert output_dir, "pytest argument --output_dir not set"