[yum-commits] Branch 'yum-3_2_X' - yummain.py
skvidal at osuosl.org
skvidal at osuosl.org
Mon Apr 27 15:47:19 UTC 2009
yummain.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 891f2f36517f2407acfe8f4eea71c1e2cdc9ddf7
Author: Seth Vidal <skvidal at fedoraproject.org>
Date: Mon Apr 27 11:44:13 2009 -0400
add the e.value() patch from Michael Wang from way back in January
diff --git a/yummain.py b/yummain.py
index 30fb831..281d0fc 100755
--- a/yummain.py
+++ b/yummain.py
@@ -61,7 +61,7 @@ def main(args):
return 1
def exFatal(e):
- logger.critical('\n\n%s', to_unicode(e))
+ logger.critical('\n\n%s', to_unicode(e.value))
if unlock(): return 200
return 1
More information about the Yum-commits
mailing list