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