Bug 895254 - Traceback when running bugzilla new command
Summary: Traceback when running bugzilla new command
Keywords:
Status: CLOSED DUPLICATE of bug 889150
Alias: None
Product: Fedora
Classification: Fedora
Component: python-bugzilla
Version: 17
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ---
Assignee: Will Woods
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-01-14 22:46 UTC by Perry Myers
Modified: 2013-01-14 23:55 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-01-14 23:55:51 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

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 ***


Note You need to log in before you can comment on or make changes to this bug.