ajack 2004/03/03 07:29:48
Modified: python/gump/output nag.py
Log:
Formatted unwanted into a batch, but failed to do unsent...
Revision Changes Path
1.21 +5 -4 gump/python/gump/output/nag.py
Index: nag.py
===================================================================
RCS file: /home/cvs/gump/python/gump/output/nag.py,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- nag.py 3 Mar 2004 00:49:52 -0000 1.20
+++ nag.py 3 Mar 2004 15:29:48 -0000 1.21
@@ -175,7 +175,8 @@
if self.hasUnsent():
log.info('We have some unsented\'s to send to list...')
self.sendEmail(self.workspace.mailinglist,self.workspace.email, \
- 'BATCH: Unable to send...',self.unsent)
+ 'BATCH: Unable to send...',\
+ self.getUnsentContent())
# A bit paranoid, ought just rely upon object being
# destroyed,
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]