[yum-commits] Branch 'yum-3_2_X' - yumcommands.py
Tim Lauridsen
timlau at osuosl.org
Mon Mar 30 08:09:59 UTC 2009
yumcommands.py | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
New commits:
commit 94147da49306ee0e76eb14c4764d36c3b4fbcca6
Author: Tim Lauridsen <timlau at fedoraproject.org>
Date: Mon Mar 30 10:09:48 2009 +0200
fix indentation pylint warnings
diff --git a/yumcommands.py b/yumcommands.py
index b9fe434..351afe7 100644
--- a/yumcommands.py
+++ b/yumcommands.py
@@ -736,11 +736,11 @@ class DepListCommand(YumCommand):
checkPackageArg(base, basecmd, extcmds)
def doCommand(self, base, basecmd, extcmds):
- self.doneCommand(base, _("Finding dependencies: "))
- try:
- return base.deplist(extcmds)
- except yum.Errors.YumBaseError, e:
- return 1, [str(e)]
+ self.doneCommand(base, _("Finding dependencies: "))
+ try:
+ return base.deplist(extcmds)
+ except yum.Errors.YumBaseError, e:
+ return 1, [str(e)]
class RepoListCommand(YumCommand):
More information about the Yum-commits
mailing list