Update model_compiler.py

This commit is contained in:
firestar5683
2026-06-28 13:10:30 -05:00
parent 6d088863a6
commit 7e773e5373
+1 -1
View File
@@ -161,7 +161,7 @@ def resolve_model_files(input_root: Path, model_key: str) -> dict[str, Path]:
if model_key in staged:
return staged[model_key]
root_files = staged.get("_root")
if root_files and set(staged) == {"_root"}:
if root_files:
return root_files
return {
component: path