mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 17:24:20 +02:00
...
This commit is contained in:
parent
a5549a0fc4
commit
25501e8574
1 changed files with 2 additions and 2 deletions
|
|
@ -412,8 +412,8 @@ def __call__(self, root):
|
|||
if s.style_id:
|
||||
self.id_map[s.style_id] = s
|
||||
|
||||
# Nuke based_on, link attributes that refer to non-existing/incompatible
|
||||
# parents
|
||||
# Nuke based_on, link attributes that refer to missing/incompatible
|
||||
# styles
|
||||
for s in self:
|
||||
bo = s.based_on
|
||||
if bo is not None:
|
||||
|
|
|
|||
Loading…
Reference in a new issue