Mercurial > p > roundup > code
diff scripts/notify-roundup/notify-roundup.py @ 4188:e9ae0b404696 gsoc-2009
heh
| author | Pygi <pygi@users.sourceforge.net> |
|---|---|
| date | Tue, 07 Jul 2009 16:28:40 +0000 |
| parents | e59d94c1e6e6 |
| children | 0356a67b747f |
line wrap: on
line diff
--- a/scripts/notify-roundup/notify-roundup.py Tue Jul 07 16:28:08 2009 +0000 +++ b/scripts/notify-roundup/notify-roundup.py Tue Jul 07 16:28:40 2009 +0000 @@ -295,6 +295,8 @@ self.status = m.group(4) logger.debug('Roundup info item=%r, status=%r'%(issue, self.status)) + # Generate email for the various groups and option-params. + output = cStringIO.StringIO() output.write('Log:\n%s\n'%log_mines)
