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:
parent
bb079e8b02
commit
d5e4378d3f
1 changed files with 1 additions and 0 deletions
|
@ -343,6 +343,7 @@ class bwwtolily :
|
|||
self.tune_elements.append(dict_result)
|
||||
return
|
||||
except:
|
||||
self.tune_elements.append("%{"+element+"%}")
|
||||
do_print( "unparsed: "+element)
|
||||
return
|
||||
|
||||
|
|
Loading…
Reference in a new issue