diff --git a/calibre-plugin/jobs.py b/calibre-plugin/jobs.py index 0c0f632..3acfac4 100644 --- a/calibre-plugin/jobs.py +++ b/calibre-plugin/jobs.py @@ -183,6 +183,7 @@ def do_download_for_worker(book,options): except Exception as e: book['good']=False book['comment']=unicode(e) + book['icon']='dialog_error.png' print("%s:%s"%(book,unicode(e))) # XXX trace for not-expected exceptions traceback.print_exc() diff --git a/makeplugin.py b/makeplugin.py index d828768..45bbd29 100644 --- a/makeplugin.py +++ b/makeplugin.py @@ -23,7 +23,7 @@ from glob import glob from makezip import createZipFile if __name__=="__main__": - filename="FanFictionDownLoaderPlugin.zip" + filename="FanFictionDownLoader.zip" exclude=['*.pyc','*~','*.xcf'] # from top dir. 'w' for overwrite createZipFile(filename,"w",