Bug 1333771
| Summary: | Traceback from copr-cli when missing --pythonversions | ||
|---|---|---|---|
| Product: | [Community] Copr | Reporter: | Miroslav Suchý <msuchy> |
| Component: | cli | Assignee: | clime |
| Status: | CLOSED ERRATA | QA Contact: | |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | unspecified | CC: | clime |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-06-03 14:34:33 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: | |||
copr-cli-1.51-1.fc23 has been submitted as an update to Fedora 23. https://bodhi.fedoraproject.org/updates/FEDORA-2016-d3549586cc copr-cli-1.51-1.fc23 has been pushed to the Fedora 23 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2016-d3549586cc New COPR version was released. copr-cli-1.51-1.fc23 has been pushed to the Fedora 23 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: /usr/bin/python2 /usr/bin/copr-cli --config /home/msuchy/.config/copr buildpypi msuchy/barbar --packagename zope.i18n --nowait Traceback (most recent call last): File "/usr/bin/copr-cli", line 9, in <module> load_entry_point('copr-cli==1.50', 'console_scripts', 'copr-cli')() File "/usr/lib/python2.7/site-packages/copr_cli/main.py", line 551, in main getattr(commands, arg.func)(arg) File "/usr/lib/python2.7/site-packages/copr_cli/main.py", line 69, in wrapper return func(self, args) File "/usr/lib/python2.7/site-packages/copr_cli/main.py", line 203, in action_build_pypi username=username) File "/usr/lib/python2.7/site-packages/copr/client/client.py", line 403, in create_new_build_pypi "python_versions": [str(version) for version in python_versions], TypeError: 'NoneType' object is not iterable Version-Release number of selected component (if applicable): copr-cli-1.50-1.git.53.6dfed0b.fc23.noarch