Remove empty versus clearing.
This commit is contained in:
parent
1dc7f401c3
commit
3f0fb7ed44
@ -79,7 +79,7 @@ class ComicInfoXml:
|
|||||||
else:
|
else:
|
||||||
et_entry = root.find(cix_entry)
|
et_entry = root.find(cix_entry)
|
||||||
if et_entry is not None:
|
if et_entry is not None:
|
||||||
et_entry.clear()
|
root.remove(et_entry)
|
||||||
|
|
||||||
assign("Title", md.title)
|
assign("Title", md.title)
|
||||||
assign("Series", md.series)
|
assign("Series", md.series)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user