From: Zac Medico Date: Tue, 9 Mar 2010 03:59:01 +0000 (-0000) Subject: Fix typo in parenthesis from previous commit. (trunk r15784) X-Git-Tag: v2.1.8.3~11 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=dbe65a70f720e7c1d57ba9ea56fb7f3d51d75ab1;p=portage.git Fix typo in parenthesis from previous commit. (trunk r15784) svn path=/main/branches/2.1.7/; revision=15786 --- diff --git a/pym/_emerge/Scheduler.py b/pym/_emerge/Scheduler.py index fbcf262cd..f13e5e77e 100644 --- a/pym/_emerge/Scheduler.py +++ b/pym/_emerge/Scheduler.py @@ -432,7 +432,7 @@ class Scheduler(PollScheduler): if pkg.root in libc_pkgs: raise AssertionError( "found 2 libc matches: %s and %s" % \ - (libc_pkgs[pkg.root]), pkg) + (libc_pkgs[pkg.root], pkg)) libc_pkgs[pkg.root] = pkg else: earlier_libc = libc_pkgs.get(pkg.root)