Unparsed elements are now inserted as a comment

so we know the position
This commit is contained in:
Eric Teunis de Boone 2018-10-28 02:08:04 +01:00
parent bb079e8b02
commit d5e4378d3f
1 changed files with 1 additions and 0 deletions

View File

@ -343,6 +343,7 @@ class bwwtolily :
self.tune_elements.append(dict_result)
return
except:
self.tune_elements.append("%{"+element+"%}")
do_print( "unparsed: "+element)
return