diff scripts/notify-roundup/notify-roundup.py @ 4187:e59d94c1e6e6 gsoc-2009

forgot to port
author Pygi <pygi@users.sourceforge.net>
date Tue, 07 Jul 2009 16:28:08 +0000
parents 630263e92150
children e9ae0b404696
line wrap: on
line diff
--- a/scripts/notify-roundup/notify-roundup.py	Tue Jul 07 16:26:38 2009 +0000
+++ b/scripts/notify-roundup/notify-roundup.py	Tue Jul 07 16:28:08 2009 +0000
@@ -296,6 +296,10 @@
 
         logger.debug('Roundup info item=%r, status=%r'%(issue, self.status))
         
+        output.write('Log:\n%s\n'%log_mines)
+
+        self.message = output.getvalue()
+        
         
         return True
         

Roundup Issue Tracker: http://roundup-tracker.org/