[Spambayes-checkins] spambayes timtest.py,1.21,1.22

Tim Peters tim_one@users.sourceforge.net
Wed, 11 Sep 2002 19:58:04 -0700


Update of /cvsroot/spambayes/spambayes
In directory usw-pr-cvs1:/tmp/cvs-serv8497

Modified Files:
	timtest.py 
Log Message:
Missed a call to printmsg that was still passing a charlimit
(show_charlimit is an option now).


Index: timtest.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/timtest.py,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** timtest.py	12 Sep 2002 02:46:15 -0000	1.21
--- timtest.py	12 Sep 2002 02:58:02 -0000	1.22
***************
*** 236,240 ****
              print '*' * 78
              prob, clues = c.spamprob(e, True)
!             printmsg(e, prob, clues, 1000)
  
          if options.show_best_discriminators:
--- 236,240 ----
              print '*' * 78
              prob, clues = c.spamprob(e, True)
!             printmsg(e, prob, clues)
  
          if options.show_best_discriminators: