fix: repair script paths after reorg

This commit is contained in:
uprightbass360
2025-11-09 03:41:44 -05:00
parent 9eabe316db
commit a53cf80d35
11 changed files with 40 additions and 36 deletions

View File

@@ -9,7 +9,7 @@ from pathlib import Path
def load_module_state(root: Path) -> dict:
env_path = root / ".env"
manifest_path = root / "config" / "module-manifest.json"
modules_py = root / "scripts" / "modules.py"
modules_py = root / "scripts" / "python" / "modules.py"
try:
output = subprocess.check_output(