]> Devi Nivas Git - chevron.git/commitdiff
Make the unknown tag message more apparent
authornoah morrison <noah@morrison.ph>
Sat, 15 Nov 2014 04:16:56 +0000 (23:16 -0500)
committernoah morrison <noah@morrison.ph>
Sat, 15 Nov 2014 04:16:56 +0000 (23:16 -0500)
Maybe this should throw an exception even

entei.py

index b0800a0fda100d90a0422ad621612e9b06304fd0..04801a214e6bc97fead7eb6d6c9bb8f6bc90faa3 100755 (executable)
--- 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