From 0ca6bb79af7aafb16383f6aa1a74e564b9677dfa Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 15 Dec 2015 14:28:07 +0100 Subject: [PATCH] Shut up warning --- src/root/build.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %]