Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

clp-config: The default value of stream_output.directory in clp_config.py does not match the one in clp-config.yml. #608

Closed
junhaoliao opened this issue Nov 21, 2024 · 0 comments · Fixed by #596
Labels
bug Something isn't working

Comments

@junhaoliao
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant