mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Bad indent...
This commit is contained in:
parent
3a3b3536d1
commit
d4d6083afb
@ -651,13 +651,12 @@ class BuiltinFormatsPaths(BuiltinFormatterFunction):
|
|||||||
name = 'formats_paths'
|
name = 'formats_paths'
|
||||||
arg_count = 0
|
arg_count = 0
|
||||||
category = 'Get values from metadata'
|
category = 'Get values from metadata'
|
||||||
__doc__ = doc = _('formats_paths() -- return a comma-separated list of '
|
__doc__ = doc = _('formats_paths() -- return a comma-separated list of '
|
||||||
'colon_separated items representing full path to '
|
'colon_separated items representing full path to '
|
||||||
'the formats of a book. You can use the select '
|
'the formats of a book. You can use the select '
|
||||||
'function to get the path for a specific '
|
'function to get the path for a specific '
|
||||||
'format. Note that format names are always uppercase, '
|
'format. Note that format names are always uppercase, '
|
||||||
'as in EPUB.'
|
'as in EPUB.')
|
||||||
)
|
|
||||||
|
|
||||||
def evaluate(self, formatter, kwargs, mi, locals):
|
def evaluate(self, formatter, kwargs, mi, locals):
|
||||||
fmt_data = mi.get('format_metadata', {})
|
fmt_data = mi.get('format_metadata', {})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user