Couple more small fixes to plugin.

This commit is contained in:
Jim Miller
2012-01-05 23:08:51 -06:00
parent 102cc3498f
commit ae103ff128
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -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()
+1 -1
View File
@@ -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",