We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b33f0b1 commit f30753eCopy full SHA for f30753e
1 file changed
codeclash/__init__.py
@@ -10,4 +10,5 @@
10
11
12
PACKAGE_DIR = Path(__file__).resolve().parent
13
-CONFIG_DIR = PACKAGE_DIR / "configs"
+REPO_DIR = PACKAGE_DIR.parent
14
+CONFIG_DIR = REPO_DIR / "configs"
0 commit comments