This commit is contained in:
Kovid Goyal 2008-06-23 14:55:56 -07:00
parent 73882d9dec
commit 5cf66bc343

View File

@ -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