From 7a5ec00ea1e347be652c4cd0358f5241eea45107 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 3 Oct 2013 13:04:20 +0200 Subject: [PATCH] Fix a "Argument isn't numeric" warning if there are not jobsets --- src/root/project.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/root/project.tt b/src/root/project.tt index fe7dc1ba..db3d0256 100644 --- a/src/root/project.tt +++ b/src/root/project.tt @@ -27,7 +27,7 @@
- [% IF project.jobsets.size > 0 %] + [% IF project.jobsets %]

This project has the following jobsets: