[Spambayes-checkins] spambayes/Outlook2000 manager.py,1.29,1.30

Mark Hammond mhammond@users.sourceforge.net
Fri Nov 1 06:09:08 2002


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

Modified Files:
	manager.py 
Log Message:
Stop everyone fretting over a known problem.


Index: manager.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/Outlook2000/manager.py,v
retrieving revision 1.29
retrieving revision 1.30
diff -C2 -d -r1.29 -r1.30
*** manager.py	1 Nov 2002 05:47:59 -0000	1.29
--- manager.py	1 Nov 2002 06:09:06 -0000	1.30
***************
*** 119,125 ****
                          print "Created the UserProperty!"
                  except pythoncom.com_error:
!                     import traceback
!                     print "Failed to create the field"
!                     traceback.print_exc()
          # else no items in this folder - not much worth doing!
          if include_sub:
--- 119,126 ----
                          print "Created the UserProperty!"
                  except pythoncom.com_error:
!                     pass # We know, we know...
! ##                    import traceback
! ##                    print "Failed to create the field"
! ##                    traceback.print_exc()
          # else no items in this folder - not much worth doing!
          if include_sub: