8b906f97 by Marcos Cano

fix engine to template only if matches

1 parent 55b67213
......@@ -61,7 +61,6 @@ def engine(ifile,ofile,vars):
#print 'MATCHES:', t.pattern.findall(t.template)
matches = template.pattern.findall(template.template)
print vars
if len(matches):
print '[ MATCHES ] - ', matches
......