There was an error while loading. Please reload this page.
1 parent 1e42224 commit 017a931Copy full SHA for 017a931
1 file changed
bugzilla/_cli.py
@@ -662,7 +662,7 @@ def _filter_components(compdetails):
662
elif opt.component_owners:
663
details = bz.getcomponentsdetails(productname)
664
for c in sorted(_filter_components(details)):
665
- print(u"%s: %s" % (c, details[c]['default_assigned_to']))
+ print("%s: %s" % (c, details[c]['default_assigned_to']))
666
667
668
def _convert_to_outputformat(output):
0 commit comments