Mercurial > p > roundup > code
diff scripts/notify-roundup/notify-roundup.py @ 4178:586fc0038729 gsoc-2009
Fixed a typo again...
| author | Pygi <pygi@users.sourceforge.net> |
|---|---|
| date | Tue, 07 Jul 2009 15:05:28 +0000 |
| parents | 71fea6227609 |
| children | e81df731d2d2 |
line wrap: on
line diff
--- a/scripts/notify-roundup/notify-roundup.py Tue Jul 07 15:04:10 2009 +0000 +++ b/scripts/notify-roundup/notify-roundup.py Tue Jul 07 15:05:28 2009 +0000 @@ -266,8 +266,8 @@ self.pool = pool authors_calls = subprocess.call('hg log ' + self.repos_dir + ' --rev ' + self.rev + ' | grep user' , shell=True) - authors_split = authors_calls.split(':') - logger.debug('Author is:', authors_split[1]) + #authors_split = authors_calls.split(':') + logger.debug('Author is:', authors_calls)
