projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
40f4550
)
depgraph: fix duplicate zero pkg count display
author
Zac Medico
<zmedico@gentoo.org>
Mon, 1 Aug 2011 22:57:04 +0000
(15:57 -0700)
committer
Zac Medico
<zmedico@gentoo.org>
Mon, 1 Aug 2011 22:57:04 +0000
(15:57 -0700)
pym/_emerge/depgraph.py
patch
|
blob
|
history
diff --git
a/pym/_emerge/depgraph.py
b/pym/_emerge/depgraph.py
index 70f9a99dd7af406b97f71ab64fe0fbd440a471f1..5b48aca414696db6807f615a07a28d6721dc621e 100644
(file)
--- a/
pym/_emerge/depgraph.py
+++ b/
pym/_emerge/depgraph.py
@@
-5555,7
+5555,7
@@
class depgraph(object):
def _show_merge_list(self):
if self._dynamic_config._serialized_tasks_cache is not None and \
- not (self._dynamic_config._displayed_list and \
+ not (self._dynamic_config._displayed_list
is not None
and \
(self._dynamic_config._displayed_list == self._dynamic_config._serialized_tasks_cache or \
self._dynamic_config._displayed_list == \
list(reversed(self._dynamic_config._serialized_tasks_cache)))):