diff detectors/newissuecopy.py @ 685:de6dc74a4148

make it work
author Richard Jones <richard@users.sourceforge.net>
date Mon, 08 Apr 2002 03:46:42 +0000
parents 5b23ff865f3a
children e5826025eeb7
line wrap: on
line diff
--- a/detectors/newissuecopy.py	Mon Apr 08 03:40:31 2002 +0000
+++ b/detectors/newissuecopy.py	Mon Apr 08 03:46:42 2002 +0000
@@ -11,7 +11,8 @@
     # send a copy to the nosy list
     for msgid in cl.get(nodeid, 'messages'):
         try:
-            cl.send_message(nodeid, msgid, change_note, 'team@team.host')
+            # note: last arg must be a list
+            cl.send_message(nodeid, msgid, change_note, ['team@team.host'])
         except roundupdb.MessageSendError, message:
             raise roundupdb.DetectorError, message
 

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