Re: [gentoo-portage-dev] [PATCH] depgraph: Skip atoms that are None (bug 505944)

2014-03-28 Thread Alexander Berntsen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 27/03/14 17:16, Brian Dolbec wrote: > diff --git a/pym/_emerge/depgraph.py b/pym/_emerge/depgraph.py > index 83035c2..61ef31d 100644 --- a/pym/_emerge/depgraph.py +++ > b/pym/_emerge/depgraph.py @@ -1942,8 +1942,9 @@ class > depgraph(object): # D

Re: [gentoo-portage-dev] [PATCH] depgraph: Skip atoms that are None (bug 505944)

2014-03-27 Thread Brian Dolbec
On Thu, 27 Mar 2014 13:21:03 +0100 Alexander Berntsen wrote: > Don't try to display atoms that are None when in debug mode. > --- > Can I get an ACK on this please? Do share your ideas for refactoring, > if any. But even if this is not how we want it to work in the end, I > still think we should

[gentoo-portage-dev] [PATCH] depgraph: Skip atoms that are None (bug 505944)

2014-03-27 Thread Alexander Berntsen
Don't try to display atoms that are None when in debug mode. --- Can I get an ACK on this please? Do share your ideas for refactoring, if any. But even if this is not how we want it to work in the end, I still think we should commit it to fix the bug. pym/_emerge/depgraph.py | 13 +++--