#103 `fedpkg lint` broken in 0.5.4.0
Closed: Fixed Opened by ndim.

Commit 582c0e69 breaks the fedpkg lint command. Patch attached.

{{{
[user@host barcode]$ fedpkg lint
Traceback (most recent call last):
File "/path/to/fedora-packager/src/fedpkg.py", line 668, in
args.command(args)
AttributeError: 'Namespace' object has no attribute 'command'
}}}


Instead of applying the attached patch, you can also merge git://fedorapeople.org/~ndim/fedora-packager.git branch fix-lint-command-hookup

Applied. Clearly I need some test coverage here.

Metadata