mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
b23cb51d74
commit
530112799e
@ -144,7 +144,7 @@ class Fields(object):
|
|||||||
|
|
||||||
def parse_xe(self, field, parse_func, log):
|
def parse_xe(self, field, parse_func, log):
|
||||||
# Parse XE fields
|
# Parse XE fields
|
||||||
xe = parse_func(field.instructions, log) # TODO: Handle field with multiple instructions
|
xe = parse_func(field.instructions, log)
|
||||||
if xe:
|
if xe:
|
||||||
# TODO: parse the field contents
|
# TODO: parse the field contents
|
||||||
self.xe_fields.append(xe)
|
self.xe_fields.append(xe)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user