summaryrefslogtreecommitdiffstats
path: root/bugzilla.py
diff options
context:
space:
mode:
authorWill Woods <wwoods@redhat.com>2007-09-19 14:21:47 -0400
committerWill Woods <wwoods@redhat.com>2007-09-19 14:21:47 -0400
commit9d84405dfb13ccb6e71598a994ca54e9f91ef886 (patch)
treebd3013a29a29eb268802ef981c594133e793fe58 /bugzilla.py
parentb29fa4594cee08d475b5bee406abcfa09099848a (diff)
downloadpython-bugzilla-9d84405dfb13ccb6e71598a994ca54e9f91ef886.tar.gz
python-bugzilla-9d84405dfb13ccb6e71598a994ca54e9f91ef886.tar.xz
python-bugzilla-9d84405dfb13ccb6e71598a994ca54e9f91ef886.zip
Add some logging, fix some comments
Diffstat (limited to 'bugzilla.py')
-rw-r--r--bugzilla.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bugzilla.py b/bugzilla.py
index f8cfe25..a4f11ea 100644
--- a/bugzilla.py
+++ b/bugzilla.py
@@ -696,7 +696,7 @@ class Bug(object):
'''Set any of the assigned_to, reporter, or qa_contact fields to a new
bugzilla account, with an optional comment, e.g.
setassignee(reporter='sadguy@brokencomputer.org',
- assigned_to='wwoods@redhat.com')
+ assigned_to='wwoods@redhat.com')
setassignee(qa_contact='wwoods@redhat.com',comment='wwoods QA ftw')
You must set at least one of the three assignee fields, or this method
will throw a ValueError.