Browse Source

Rename cwd to repo_root

Matthew Wildoer 4 months ago
parent
commit
31c6de1329
1 changed files with 1 additions and 1 deletions
  1. 1 1
      configure.py

+ 1 - 1
configure.py

@@ -24,7 +24,7 @@ def main(name: str, debug: bool):
     extended_globals = {
         "name": name,
         "caseconverter": caseconverter,
-        "cwd": Path.cwd(),
+        "repo_root": Path(__file__).parent,
     }
 
     # Load templates