mirror of
https://github.com/kastdeur/bwwtolily.git
synced 2025-04-19 19:46:33 +02: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)
|
self.tune_elements.append(dict_result)
|
||||||
return
|
return
|
||||||
except:
|
except:
|
||||||
|
self.tune_elements.append("%{"+element+"%}")
|
||||||
do_print( "unparsed: "+element)
|
do_print( "unparsed: "+element)
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue