Merge branch 'MichaelFitzurka-feature-278/remove-empty-tags' into develop
This commit is contained in:
commit
2bb7aaeddf
@ -79,7 +79,7 @@ class ComicInfoXml:
|
||||
else:
|
||||
et_entry = root.find(cix_entry)
|
||||
if et_entry is not None:
|
||||
et_entry.clear()
|
||||
root.remove(et_entry)
|
||||
|
||||
assign("Title", md.title)
|
||||
assign("Series", md.series)
|
||||
|
Loading…
Reference in New Issue
Block a user