projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a1ad959
)
Remove unused p_type variable in show_invalid_depstring_notice().
author
Zac Medico
<zmedico@gentoo.org>
Sun, 5 Sep 2010 20:38:58 +0000
(13:38 -0700)
committer
Zac Medico
<zmedico@gentoo.org>
Sun, 5 Sep 2010 20:38:58 +0000
(13:38 -0700)
pym/_emerge/show_invalid_depstring_notice.py
patch
|
blob
|
history
diff --git
a/pym/_emerge/show_invalid_depstring_notice.py
b/pym/_emerge/show_invalid_depstring_notice.py
index 6ab7727f024cbedd06a91ac06084229b08f2dc1f..a230b3152c8c9e97d92307412eae188ec703f624 100644
(file)
--- a/
pym/_emerge/show_invalid_depstring_notice.py
+++ b/
pym/_emerge/show_invalid_depstring_notice.py
@@
-11,7
+11,6
@@
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" % (error_msg, parent_node)
- p_type = parent_node.type_name
p_key = parent_node.cpv
p_status = parent_node.operation
msg = []