Re: [gentoo-portage-dev] [PATCH] lib/_emerge/resolver/slot_collision.py: fix redefined-builtin W0622

2020-08-02 Thread Zac Medico
On 8/2/20 7:53 PM, Aaron Bauman wrote: > * This fixes the referenced warning by renaming the 'id' variable to > 'name' and the 'type' variable to 'atype' > * Additional cosmetic/style changes found along the way. > > Signed-off-by: Aaron Bauman Thanks, merged with s/atype/ctype/ and

[gentoo-portage-dev] [PATCH] lib/_emerge/resolver/slot_collision.py: fix redefined-builtin W0622

2020-08-02 Thread Aaron Bauman
* This fixes the referenced warning by renaming the 'id' variable to 'name' and the 'type' variable to 'atype' * Additional cosmetic/style changes found along the way. Signed-off-by: Aaron Bauman --- lib/_emerge/resolver/slot_collision.py | 74 +- 1 file changed, 37