add helpful messaging for disabled mods

This commit is contained in:
uprightbass360
2025-11-14 21:31:02 -05:00
parent 5774694b71
commit 0d83f01995
2 changed files with 55 additions and 2 deletions

View File

@@ -198,7 +198,7 @@ def build_state(env_path: Path, manifest_path: Path) -> ModuleCollectionState:
)
if module.blocked and enabled_raw:
module.errors.append(
module.warnings.append(
f"{module.key} is blocked: {module.block_reason or 'blocked in manifest'}"
)