mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
6ef70f656a
commit
caf925209c
@ -61,7 +61,7 @@ def process_node(node):
|
|||||||
return process_list(node)
|
return process_list(node)
|
||||||
elif ntype:
|
elif ntype:
|
||||||
print('** ', ntype)
|
print('** ', ntype)
|
||||||
return ''
|
return ''
|
||||||
|
|
||||||
|
|
||||||
def safe_dict(data, *names):
|
def safe_dict(data, *names):
|
||||||
|
@ -62,7 +62,7 @@ def process_node(node):
|
|||||||
return process_list(node)
|
return process_list(node)
|
||||||
elif ntype:
|
elif ntype:
|
||||||
print('** ', ntype)
|
print('** ', ntype)
|
||||||
return ''
|
return ''
|
||||||
|
|
||||||
|
|
||||||
def safe_dict(data, *names):
|
def safe_dict(data, *names):
|
||||||
|
@ -62,7 +62,7 @@ def process_node(node):
|
|||||||
return process_list(node)
|
return process_list(node)
|
||||||
elif ntype:
|
elif ntype:
|
||||||
print('** ', ntype)
|
print('** ', ntype)
|
||||||
return ''
|
return ''
|
||||||
|
|
||||||
|
|
||||||
def safe_dict(data, *names):
|
def safe_dict(data, *names):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user