mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #77
This commit is contained in:
parent
d7b5e3dbbc
commit
b26adb541e
@ -1218,7 +1218,8 @@ def parse_options(argv=None, cli=True):
|
|||||||
if cli:
|
if cli:
|
||||||
parser.print_help()
|
parser.print_help()
|
||||||
raise ConversionError, 'no filename specified'
|
raise ConversionError, 'no filename specified'
|
||||||
|
if options.output:
|
||||||
|
options.output = os.path.abspath(os.path.expanduser(options.output))
|
||||||
return options, args, parser
|
return options, args, parser
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user