From 8434ec1080b2b3ed696c0502f2258f6d19c746fb Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Tue, 19 Sep 2006 01:58:04 +0000 Subject: Fix digraph.debug_print inverted hard/soft logic. svn path=/main/trunk/; revision=4477 --- pym/portage.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pym') diff --git a/pym/portage.py b/pym/portage.py index 86c665114..967b9aec4 100644 --- a/pym/portage.py +++ b/pym/portage.py @@ -463,9 +463,9 @@ class digraph: for child in self.nodes[node][0]: print " ",child, if self.nodes[node][0][child]: - print "(hard)" - else: print "(soft)" + else: + print "(hard)" -- cgit v1.2.3-1-g7c22