From 2dc7a518e6a10b7860ad5ca51b683fcb34243bfd Mon Sep 17 00:00:00 2001 From: Will Woods Date: Thu, 13 Sep 2007 17:31:45 -0400 Subject: add helpful updatecc comment --- bugzilla.py | 1 + 1 file changed, 1 insertion(+) (limited to 'bugzilla.py') diff --git a/bugzilla.py b/bugzilla.py index 5f788e6..dad37f9 100644 --- a/bugzilla.py +++ b/bugzilla.py @@ -337,6 +337,7 @@ class Bugzilla(object): def _updatecc(self,id,cclist,action,comment='',nomail=False): '''Updates the CC list using the action and account list specified. + cclist must be a list (not a tuple!) of addresses. action may be 'add', 'remove', or 'makeexact'. comment specifies an optional comment to add to the bug. if mail is True, email will be generated for this change. -- cgit