Commit b0765088 authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

move default config to data/

parent 628eb736
Pipeline #1432 passed with stage
in 0 seconds
......@@ -44,7 +44,7 @@ def read_config(config_path: Optional[str] = None) -> dict:
"""
# if config_path is specified, use it, otherwise use the default
if config_path is None:
config_path: str = os.path.join(HERE, "config", "default_config.toml")
config_path: str = os.path.join(HERE, "data", "default_config.toml")
# read the config file
config: dict = toml.load(config_path)
return config
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment