1
0
Fork 0
mirror of https://github.com/kastdeur/bwwtolily.git synced 2024-11-23 20:23:31 +01:00

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

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