fix typo
authorMarius Mauch <genone@gentoo.org>
Tue, 17 Jun 2008 16:12:34 +0000 (16:12 -0000)
committerMarius Mauch <genone@gentoo.org>
Tue, 17 Jun 2008 16:12:34 +0000 (16:12 -0000)
svn path=/main/trunk/; revision=10690

pym/_emerge/__init__.py

index efe74659780f2a98e4be53b9189d280e4214c0d2..0fa6befbe1ed2927ed4bd137fabd1a6404f1ebab 100644 (file)
@@ -9150,8 +9150,8 @@ def emerge_main():
                                setconfig.active.append(s)
                                if myaction in unmerge_actions and \
                                                not sets[s].supportsOperation("unmerge"):
-                                       sys.stderr.write("emerge: the given set %s does " + \
-                                               "not support unmerge operations\n" % s)
+                                       sys.stderr.write("emerge: the given set '%s' does " % s + \
+                                               "not support unmerge operations\n")
                                        return 1
                                if not setconfig.getSetAtoms(s):
                                        print "emerge: '%s' is an empty set" % s