mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #160.
This commit is contained in:
parent
a07bbf0fe9
commit
40f7709ec0
@ -86,7 +86,7 @@ def main(args=sys.argv, logger=None):
|
|||||||
print
|
print
|
||||||
print 'No lit file specified'
|
print 'No lit file specified'
|
||||||
return 1
|
return 1
|
||||||
process_file(options, args[1], logger)
|
process_file(args[1], options, logger)
|
||||||
return 0
|
return 0
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user