Bug 895254

Summary: Traceback when running bugzilla new command
Product: [Fedora] Fedora Reporter: Perry Myers <pmyers>
Component: python-bugzillaAssignee: Will Woods <wwoods>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: 17CC: crobinso, dzickus, jskarvad, wwoods
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: 2013-01-14 23:55:51 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:

Description Perry Myers 2013-01-14 22:46:40 UTC
Description of problem:
Using python-bugzilla bugzilla command line to create a new bug results in a traceback.

Version-Release number of selected component (if applicable):
python-bugzilla-0.7.0-1.fc17.noarch

How reproducible:
Every time

Steps to Reproduce:
1. bugzilla new --product "Fedora" --component "python-bugzilla" --summary "Test Bug"
  
Actual results:
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'


Expected results:
Bug created or well handled error message output

Additional info:

Comment 1 Perry Myers 2013-01-14 22:47:53 UTC
I updated to rawhide python-bugzilla-0.7.0-2.fc18.noarch and the same error message is produced with the bugzilla command from Comment #0

Comment 2 Cole Robinson 2013-01-14 23:55:51 UTC

*** This bug has been marked as a duplicate of bug 889150 ***