Bug 1128096
| Summary: | copr: list ignatenkobrain doesn't work (TypeError: must be unicode, not str) | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Igor Gnatenko <ignatenko> |
| Component: | dnf-plugins-core | Assignee: | Miroslav Suchý <msuchy> |
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | rawhide | CC: | akozumpl, ignatenko, packaging-team-maint, pnemade, rholy, tim.lauridsen |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-08-08 09:54:01 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
*** This bug has been marked as a duplicate of bug 1123886 *** |
$ sudo dnf copr list ignatenkobrain ========================================================================= List of ignatenkobrain coprs ========================================================================= Traceback (most recent call last): File "/bin/dnf", line 36, in <module> main.user_main(sys.argv[1:], exit_code=True) File "/usr/lib/python2.7/site-packages/dnf/cli/main.py", line 200, in user_main errcode = main(args) File "/usr/lib/python2.7/site-packages/dnf/cli/main.py", line 83, in main return _main(base, args) File "/usr/lib/python2.7/site-packages/dnf/cli/main.py", line 133, in _main cli.run() File "/usr/lib/python2.7/site-packages/dnf/cli/cli.py", line 1053, in run return self.command.run(self.base.extcmds) File "/home/brain/Documents/git/upstream/dnf-plugins-core/plugins/copr.py", line 138, in run msg = self.base.output.fmtKeyValFill(msg, desc) File "/usr/lib/python2.7/site-packages/dnf/cli/output.py", line 703, in fmtKeyValFill keylen = exact_width(key) File "/usr/lib/python2.7/site-packages/dnf/i18n.py", line 164, in exact_width return sum(_exact_width_char(c) for c in msg) File "/usr/lib/python2.7/site-packages/dnf/i18n.py", line 164, in <genexpr> return sum(_exact_width_char(c) for c in msg) File "/usr/lib/python2.7/site-packages/dnf/i18n.py", line 138, in _exact_width_char return 2 if unicodedata.east_asian_width(uchar) in ('W', 'F', 'A') else 1 TypeError: must be unicode, not str