Skip to content

Commit 28f4821

Browse files
committed
Removing richard from notification list. Verified that
he doesn't want to be on it anymore. Date: Sun, 24 Sep 2017 14:58:24 +1000 To: rouiljsomewhere From: Richard Jones <r1chardj0n3s at gmail.com> Subject: Re: Do you still want new issues to roundup tracker sent to you? --94eb2c0da3aac771bb0559e84afb Content-Type: text/plain; charset="UTF-8" Thanks John, yes please do remove me. Richard On 24 September 2017 at 14:13, John P. Rouillard <rouilj at cs.umb.edu> wrote: > Hi Richard: > > I am working on updating the roundup tracker to > get it ready for the current development code. > > As I was testing I noticed you are still in the > list of email addresses getting new issue emails. > > Do you want to continue to receive these since > you aren't actively developing roundup?
1 parent 32f737f commit 28f4821

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/issues/detectors/newissuecopy.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ def newissuecopy(db, cl, nodeid, oldvalues):
1111
try:
1212
# note: last arg must be a list
1313
cl.send_message(nodeid, msgid, change_note,
14-
15-
14+
1615
except roundupdb.MessageSendError as message:
1716
raise roundupdb.DetectorError, message
1817

1918
def init(db):
2019
db.issue.react('create', newissuecopy)
20+
#SHA: 6ed003c947e1f9df148f8f4500b7c2e68a45229b

0 commit comments

Comments
 (0)