mirror of
https://github.com/OpenMW/openmw.git
synced 2025-03-31 16:36:41 +00:00
Convert path to string
This commit is contained in:
parent
8cfd947ecc
commit
37be305771
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ def runTest(name):
|
||||||
stderr=subprocess.STDOUT,
|
stderr=subprocess.STDOUT,
|
||||||
encoding="utf-8",
|
encoding="utf-8",
|
||||||
env={
|
env={
|
||||||
"OPENMW_OSG_STATS_FILE": work_dir / f"{name}.{time_str}.osg_stats.log",
|
"OPENMW_OSG_STATS_FILE": str(work_dir / f"{name}.{time_str}.osg_stats.log"),
|
||||||
"OPENMW_OSG_STATS_LIST": "times",
|
"OPENMW_OSG_STATS_LIST": "times",
|
||||||
**os.environ,
|
**os.environ,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue