Bug 850121
Summary: | Error while parsing command line options | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Michal Sekletar <msekleta> | ||||
Component: | python-bugzilla | Assignee: | Will Woods <wwoods> | ||||
Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | 17 | CC: | crobinso, dcantrell, dzickus, jskarvad, wwoods | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | All | ||||||
OS: | All | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2012-12-28 03:10:06 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: | |||||||
Attachments: |
|
Thanks for the patch Michal, this is actually already fixed upstream, will be fixed with the next Fedora update. *** This bug has been marked as a duplicate of bug 889150 *** |
Created attachment 605939 [details] Added explicit string constructor call Description of problem: --blocked command line option doesn't handle its arguments properly Version-Release number of selected component (if applicable): python-bugzilla-0.7.0-1.fc17.noarch Steps to Reproduce: 1. Login 2. Try to file new bug with --blocked set to some tracking bug id 3. Observe results Actual results: Exception raised Expected results: Should work Additional info: Traceback (most recent call last): File "/usr/bin/bugzilla", line 808, in <module> main() File "/usr/bin/bugzilla", line 588, in main data[a] = i.split(',') AttributeError: 'NoneType' object has no attribute 'split'