1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-30 02:15:34 +00:00

Convert path to string

This commit is contained in:
elsid 2023-03-01 23:30:19 +01:00
parent 8cfd947ecc
commit 37be305771
No known key found for this signature in database
GPG key ID: 4DE04C198CBA7625

View file

@ -69,7 +69,7 @@ def runTest(name):
stderr=subprocess.STDOUT,
encoding="utf-8",
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",
**os.environ,
},