[yum-commits] Branch 'yum-3_2_X' - yumcommands.py
James Antill
james at osuosl.org
Sun May 2 05:30:25 UTC 2010
yumcommands.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 692a502cc473c686bdbeb24fbe2f4047d63a6b5a
Author: James Antill <james at and.org>
Date: Sun May 2 01:29:28 2010 -0400
Use all the passed check sub-commands
diff --git a/yumcommands.py b/yumcommands.py
index 89c562c..05f1296 100644
--- a/yumcommands.py
+++ b/yumcommands.py
@@ -1375,7 +1375,7 @@ class CheckRpmdbCommand(YumCommand):
def doCommand(self, base, basecmd, extcmds):
chkcmd = 'all'
if extcmds:
- chkcmd = extcmds[0]
+ chkcmd = extcmds
def _out(x):
print x
More information about the Yum-commits
mailing list