Bug
It seems we're missing an s in the stream_output.directory default value:
|
directory: pathlib.Path = pathlib.Path("var") / "data" / "stream" |
as I was using the one in
|
# directory: "var/data/streams" |
and the one in
|
"StreamFilesDir": "../../../build/clp-package/var/data/streams", |
as references.
CLP version
ee7e493
Environment
Code issue. Not related.
Reproduction steps
See bug description.