Skip to content

Commit 0c93d5a

Browse files
author
Bernhard Reiter
committed
issues: Adding [email protected] to the list of recipients
for copies of new issues.
1 parent 9f8768e commit 0c93d5a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

website/issues/detectors/newissuecopy.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ 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-
14+
15+
1516
except roundupdb.MessageSendError, message:
1617
raise roundupdb.DetectorError, message
1718

0 commit comments

Comments
 (0)