Skip to content

Commit

Permalink
fix missing changes
Browse files Browse the repository at this point in the history
  • Loading branch information
haiqi96 committed Nov 21, 2024
1 parent 1bb72c0 commit d06be72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/clp-py-utils/clp_py_utils/clp_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ def dump_to_primitive_dict(self):


class StreamOutput(BaseModel):
directory: pathlib.Path = pathlib.Path("var") / "data" / "stream"
directory: pathlib.Path = pathlib.Path("var") / "data" / "streams"
target_uncompressed_size: int = 128 * 1024 * 1024

@validator("directory")
Expand Down

0 comments on commit d06be72

Please sign in to comment.