Update of /cvsroot/spambayes/spambayes/scripts
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27994/scripts

Modified Files:
        sb_notesfilter.py 
Log Message:
Typo.

Index: sb_notesfilter.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/scripts/sb_notesfilter.py,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** sb_notesfilter.py   3 Dec 2004 05:09:42 -0000       1.9
--- sb_notesfilter.py   2 Jan 2005 04:57:14 -0000       1.10
***************
*** 379,383 ****
      bayes.store()
  
!     fp = open(idxname), 'wb')
      pickle.dump(notesindex, fp)
      fp.close()
--- 379,383 ----
      bayes.store()
  
!     fp = open(idxname, 'wb')
      pickle.dump(notesindex, fp)
      fp.close()

_______________________________________________
Spambayes-checkins mailing list
[email protected]
http://mail.python.org/mailman/listinfo/spambayes-checkins

Reply via email to