Bug 738402

Summary: fedpkg tag -l yields a traceback
Product: [Fedora] Fedora Reporter: Garrett Holmstrom <gholms>
Component: fedora-packagerAssignee: Dennis Gilmore <dennis>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 14CC: dcantrell, dennis, rhbugs
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: 2011-09-14 23:54:54 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Garrett Holmstrom 2011-09-14 17:47:24 UTC
Description of problem:
``fedpkg tag -l'' with no more arguments prints a traceback:

Traceback (most recent call last):
  File "/usr/bin/fedpkg", line 1495, in <module>
    args.command(args)
  File "/usr/bin/fedpkg", line 721, in tag
    pyfedpkg.list_tag(args.tag)
  File "/usr/lib/python2.7/site-packages/pyfedpkg/__init__.py", line 750, in list_tag
    _run_command(cmd)
  File "/usr/lib/python2.7/site-packages/pyfedpkg/__init__.py", line 210, in _run_command
    ' '.join(cmd))
TypeError: sequence item 3: expected string, NoneType found


Version-Release number of selected component (if applicable):
fedpkg-0.5.9.2-2.fc14.noarch


How reproducible:
Always


Steps to Reproduce:
1. fedpkg tag -l
The error occurs whether inside a git repository or not.

  
Actual results:
Traceback (see description)


Expected results:
A list of git tags

Comment 1 Jesse Keating 2011-09-14 23:54:54 UTC

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