spambayes/spambayes storage.py,1.56,1.57

"Tony Meyer" <[email protected]> Mon, 28 Nov 2005 11:51:53 +0100 (CET)
Newsgroups gmane.mail.spam.spambayes.cvs
Message-ID <[email protected]>
Update of /cvsroot/spambayes/spambayes/spambayes
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15514/spambayes

Modified Files:
	storage.py 
Log Message:
Don't hide other dbmstorage errors.

Index: storage.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/spambayes/storage.py,v
retrieving revision 1.56
retrieving revision 1.57
diff -C2 -d -r1.56 -r1.57
*** storage.py	28 Nov 2005 02:06:42 -0000	1.56
--- storage.py	28 Nov 2005 10:51:44 -0000	1.57
***************
*** 956,959 ****
--- 956,960 ----
                    "such as bsddb (see http://sf.net/projects/pybsddb)."
              sys.exit()
+         raise
  
  # The different database types that are available.