diff --git a/src/root/build.tt b/src/root/build.tt index 31d9928f..3cafc571 100644 --- a/src/root/build.tt +++ b/src/root/build.tt @@ -415,7 +415,7 @@ FOR step IN steps; IF step.busy; busy = 1; END; END;
- [% IF build.inputs.size > 0 %] + [% IF build.inputs && build.inputs.size > 0 %] [% INCLUDE renderInputs inputs=build.inputs %]