[yum-cvs] yum: output.py
Jeremy Katz
katzj at linux.duke.edu
Tue Jul 24 15:24:11 UTC 2007
output.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit fcbdaccefe656ef6cfd905696543bff687dd27a5
Author: Jeremy Katz <katzj at redhat.com>
Date: Tue Jul 24 11:23:09 2007 -0400
fix thinko in the fix to rh#245736 (ffesti)
diff --git a/output.py b/output.py
index d7b8a3e..835613d 100644
--- a/output.py
+++ b/output.py
@@ -122,7 +122,7 @@ class YumOutput:
try:
choice = raw_input('Is this ok [y/N]: ')
except:
- choice = []
+ choice = ''
choice = choice.lower()
if len(choice) == 0 or choice[0] in ['y', 'n']:
break
More information about the Yum-cvs-commits
mailing list