Fix Windows paths being reported to /output-produced endpoint
This commit is contained in:
@@ -930,7 +930,7 @@ class FlamencoWorker:
|
||||
self._log.info("Sending 1 path(s) to Manager")
|
||||
resp = await self.manager.post(
|
||||
"/output-produced",
|
||||
json={"paths": [str(path)]},
|
||||
json={"paths": [path.as_posix()]},
|
||||
loop=self.loop,
|
||||
)
|
||||
if resp.status_code == 204:
|
||||
|
||||
Reference in New Issue
Block a user