Skip to content

Commit 42a2ea6

Browse files
committed
base: Reorg and document product/component functions
* Make a raw Product.get wrapper available * Document the caching semantics * Make cache updating more intelligent * Make implicit product fetching more intelligent
1 parent 238f055 commit 42a2ea6

2 files changed

Lines changed: 186 additions & 137 deletions

File tree

bugzilla/_cli.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -606,8 +606,8 @@ def _do_info(bz, opt):
606606

607607
component_details = bz.getcomponentsdetails(opt.component_owners)
608608
for c in sorted(component_details):
609-
print(to_encoding(u"%s: %s" %
610-
(c, component_details[c]['initialowner'])))
609+
print(to_encoding(u"%s: %s" % (c,
610+
component_details[c]['default_assigned_to'])))
611611

612612
if opt.versions:
613613
for p in products:

0 commit comments

Comments
 (0)