From 7f99aa787daa02e6e9df9d4f4c2eae90b4510174 Mon Sep 17 00:00:00 2001 From: Fabio Erculiani Date: Sun, 11 Nov 2012 21:14:47 +0100 Subject: [PATCH] [equo] fix "equo ugc vote" command, add missing positional argument --- client/solo/commands/ugc.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/solo/commands/ugc.py b/client/solo/commands/ugc.py index 20ffed758..82086e1fe 100644 --- a/client/solo/commands/ugc.py +++ b/client/solo/commands/ugc.py @@ -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