[Spambayes-checkins] spambayes/testtools regimes.py,1.5,1.6

Tony Meyer anadelonbrin at users.sourceforge.net
Sat Jan 10 22:39:58 EST 2004


Update of /cvsroot/spambayes/spambayes/testtools
In directory sc8-pr-cvs1:/tmp/cvs-serv19948/testtools

Modified Files:
	regimes.py 
Log Message:
Was calling the parent class, not the parent class's function.

Index: regimes.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/testtools/regimes.py,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** regimes.py	11 Jan 2004 01:34:36 -0000	1.5
--- regimes.py	11 Jan 2004 03:39:56 -0000	1.6
***************
*** 111,115 ****
                  # Too much spam, and this is spam - don't train.
                  return 0
!         return corrected(self, which, test, guess, actual, msg)
  
  ###
--- 111,115 ----
                  # Too much spam, and this is spam - don't train.
                  return 0
!         return corrected.guess_action(self, which, test, guess, actual, msg)
  
  ###





More information about the Spambayes-checkins mailing list