mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-23 19:03:22 +02:00
...
This commit is contained in:
parent
b23cb51d74
commit
530112799e
1 changed files with 1 additions and 1 deletions
|
|
@ -144,7 +144,7 @@ def parse_hyperlink(self, field, parse_func, log):
|
|||
|
||||
def parse_xe(self, field, parse_func, log):
|
||||
# Parse XE fields
|
||||
xe = parse_func(field.instructions, log) # TODO: Handle field with multiple instructions
|
||||
xe = parse_func(field.instructions, log)
|
||||
if xe:
|
||||
# TODO: parse the field contents
|
||||
self.xe_fields.append(xe)
|
||||
|
|
|
|||
Loading…
Reference in a new issue