mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-09-12 22:06:00 -04:00
Convert path to string
This commit is contained in:
parent
8cfd947ecc
commit
37be305771
@ -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…
x
Reference in New Issue
Block a user