show_invalid_depstring_notice: Don't repeat the dep string
authorSebastian Luther <SebastianLuther@gmx.de>
Wed, 25 Aug 2010 16:36:48 +0000 (18:36 +0200)
committerZac Medico <zmedico@gentoo.org>
Wed, 25 Aug 2010 22:59:33 +0000 (15:59 -0700)
pym/_emerge/show_invalid_depstring_notice.py

index 8be186c1ebbfc069a5128e1f99d675f7cbc0d16e..21f710839dba49f8e884650dbefa82bbd048187f 100644 (file)
@@ -10,7 +10,7 @@ from portage.util import writemsg_level
 def show_invalid_depstring_notice(parent_node, depstring, error_msg):
 
        msg1 = "\n\n!!! Invalid or corrupt dependency specification: " + \
-               "\n\n%s\n\n%s\n\n%s\n\n" % (error_msg, parent_node, depstring)
+               "\n\n%s\n\n%s\n\n" % (error_msg, parent_node)
        p_type, p_root, p_key, p_status = parent_node
        msg = []
        if p_status == "nomerge":