mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 06:53:25 +02:00
...
This commit is contained in:
parent
a6a8107361
commit
bde2a22e35
1 changed files with 1 additions and 1 deletions
|
|
@ -171,7 +171,7 @@ def get_options(self, parser, cover_opts=('--cover',), opf_opts=('--opf',),
|
|||
arg = ''
|
||||
if opt.takes_value():
|
||||
arg = ':"%s":'%h
|
||||
if opt.dest in {'debug_pipeline', 'to_dir', 'outbox', 'with_library', 'library_path'}:
|
||||
if opt.dest in {'extract_to', 'debug_pipeline', 'to_dir', 'outbox', 'with_library', 'library_path'}:
|
||||
arg += "'_path_files -/'"
|
||||
elif opt.choices:
|
||||
arg += "(%s)"%'|'.join(opt.choices)
|
||||
|
|
|
|||
Loading…
Reference in a new issue