mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #812
This commit is contained in:
parent
73882d9dec
commit
5cf66bc343
@ -1198,7 +1198,7 @@ path_to_ebook to the database.
|
|||||||
return 1
|
return 1
|
||||||
sys.excepthook = main.unhandled_exception
|
sys.excepthook = main.unhandled_exception
|
||||||
if len(args) > 1:
|
if len(args) > 1:
|
||||||
main.add_filesystem_book(args)
|
main.add_filesystem_book(args[1])
|
||||||
return app.exec_()
|
return app.exec_()
|
||||||
return 0
|
return 0
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user