summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorWill Woods <wwoods@redhat.com>2008-09-09 17:34:14 -0400
committerWill Woods <wwoods@redhat.com>2008-09-09 17:34:14 -0400
commite3db31cfd4b9c98ca32066257d45afd71de9bcf5 (patch)
tree83a5b4187c185d728bdaea0e2761c95104ee70b1 /bin
parent5cc08b46ebaf43f09688fac7a60391b0279926fb (diff)
downloadpython-bugzilla-e3db31cfd4b9c98ca32066257d45afd71de9bcf5.tar.gz
python-bugzilla-e3db31cfd4b9c98ca32066257d45afd71de9bcf5.tar.xz
python-bugzilla-e3db31cfd4b9c98ca32066257d45afd71de9bcf5.zip
Explicitly refresh bug data after creating a new bug
Diffstat (limited to 'bin')
-rwxr-xr-xbin/bugzilla1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/bugzilla b/bin/bugzilla
index c55efc8..136a223 100755
--- a/bin/bugzilla
+++ b/bin/bugzilla
@@ -357,6 +357,7 @@ def main():
parser.error('Missing required argument: %s' % k)
log.debug("bz.createbug(%s)", data)
b = bz.createbug(**data)
+ b.refresh()
buglist = [b]
elif action == 'modify':