mirror of
https://github.com/gryf/ebook-converter.git
synced 2026-04-25 07:51:28 +02:00
Re added (probably) right formating codes.
This commit is contained in:
@@ -285,7 +285,7 @@ def create_option_parser(args, log):
|
||||
log.info('Available recipes:')
|
||||
titles = sorted(get_builtin_recipe_titles())
|
||||
for title in titles:
|
||||
log.info('\t%s', title)
|
||||
log.info('\t%r', title)
|
||||
log.info('%d recipes available', len(titles))
|
||||
raise SystemExit(0)
|
||||
|
||||
|
||||
@@ -1108,7 +1108,7 @@ OptionRecommendation(name='search_replace',
|
||||
try:
|
||||
fkey = list(map(float, fkey.split(',')))
|
||||
except Exception:
|
||||
self.log.error('Invalid font size key: %s ignoring', fkey)
|
||||
self.log.error('Invalid font size key: %r ignoring', fkey)
|
||||
fkey = self.opts.dest.fkey
|
||||
|
||||
if self.opts.debug_pipeline is not None:
|
||||
|
||||
Reference in New Issue
Block a user