converted default_config_path and get_config_dir

This commit is contained in:
2026-04-21 22:51:10 -04:00
parent 51d6240690
commit 87a7f5312f
4 changed files with 10 additions and 15 deletions
+3 -2
View File
@@ -69,8 +69,9 @@ class BenchmarkConfig:
def get_config_dir() -> Path:
"""Get the path to the config file."""
return Path(__file__).resolve().parent.parent.parent / "config"
"""Get the path to the config directory."""
return Path(__file__).resolve().parents[2] / "config"
def default_config_path() -> Path:
"""Get the path to the config file."""