From b178d00eb61a421ae6d7172e825212b98838bfe8 Mon Sep 17 00:00:00 2001 From: noah morrison Date: Fri, 14 Nov 2014 23:16:56 -0500 Subject: [PATCH] Make the unknown tag message more apparent Maybe this should throw an exception even --- entei.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entei.py b/entei.py index b0800a0..04801a2 100755 --- a/entei.py +++ b/entei.py @@ -293,7 +293,7 @@ def render(template='', data={}, partials_path='.', partials_ext='mustache', output += part_out else: - print('>>', tag) + print('UNKNOWN TAG:', tag) return output -- 2.47.3