[equo] fix "equo ugc vote" command, add missing positional argument

This commit is contained in:
Fabio Erculiani
2012-11-11 21:14:47 +01:00
parent 6670438445
commit 7f99aa787d

View File

@@ -136,6 +136,8 @@ Manage User Generate Content (votes, comments, files).
"vote",
help=_("manage package votes in "
"the selected repository"))
vote_parser.add_argument(
"repo", help=_("repository name"))
vote_d = {}
_commands["vote"] = vote_d