diff options
Diffstat (limited to 'bugzilla/bugzilla3.py')
-rw-r--r-- | bugzilla/bugzilla3.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bugzilla/bugzilla3.py b/bugzilla/bugzilla3.py index 8e799c9..ddd310d 100644 --- a/bugzilla/bugzilla3.py +++ b/bugzilla/bugzilla3.py @@ -179,7 +179,8 @@ class RHBugzilla32(Bugzilla32): updates is a dict containing pairs like so: {'fieldname':'newvalue'} ''' # TODO document changeable fields & return values - # TODO I think we need to catch XMLRPC exceptions to get + # TODO I think we need to catch XMLRPC exceptions to get a useful + # return value return self._proxy.Bug.update({'ids':ids,'updates':updates}) def _update_bug(self,id,updates): |