Fix typo in parenthesis from previous commit. (trunk r15784)
authorZac Medico <zmedico@gentoo.org>
Tue, 9 Mar 2010 03:59:01 +0000 (03:59 -0000)
committerZac Medico <zmedico@gentoo.org>
Tue, 9 Mar 2010 03:59:01 +0000 (03:59 -0000)
svn path=/main/branches/2.1.7/; revision=15786

pym/_emerge/Scheduler.py

index fbcf262cd1b4c6803f36d96c81bffb126a7da19a..f13e5e77ea99352e652766d71305d704232bfaa8 100644 (file)
@@ -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)