Re: [OE-core] [PATCH v2] uievent: refactor retry loop

2016-01-04 Thread Ed Bartosh
wrong list. please ignore. On Mon, Jan 04, 2016 at 10:12:16AM +0200, Ed Bartosh wrote: > Replaced 'while' loop with 'for' loop. > Made the code more compact and hopefully more understandable. > > Signed-off-by: Ed Bartosh > --- > bitbake/lib/bb/ui/uievent.py | 12 +--- > 1 file changed,

[OE-core] [PATCH v2] uievent: refactor retry loop

2016-01-04 Thread Ed Bartosh
Replaced 'while' loop with 'for' loop. Made the code more compact and hopefully more understandable. Signed-off-by: Ed Bartosh --- bitbake/lib/bb/ui/uievent.py | 12 +--- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/bitbake/lib/bb/ui/uievent.py b/bitbake/lib/bb/ui/uieven