fix Object of type PosixPath is not JSON serializable error

This commit is contained in:
Lincoln Stein 2023-07-18 22:10:12 -04:00
parent 0aa7193d3b
commit f29bafd6ec

@ -141,7 +141,7 @@ class EventServiceBase:
model_type=model_type,
submodel=submodel,
hash=model_info.hash,
location=model_info.location,
location=str(model_info.location),
precision=str(model_info.precision),
),
)