Index: cli.py =================================================================== RCS file: /cvsroot/yum/cvs/yum/cli.py,v retrieving revision 1.213 diff -u -b -B -r1.213 cli.py --- cli.py 7 Jun 2006 03:40:08 -0000 1.213 +++ cli.py 9 Jun 2006 15:10:09 -0000 @@ -753,7 +753,7 @@ # the callback here expects to be able to take options which # userconfirm really doesn't... so fake it - self.getKeyForPackage(po, lambda(x, y, z: self.userconfirm())) + self.getKeyForPackage(po, lambda x, y, z: self.userconfirm()) else: # Fatal error