Re: [OE-core] [PATCH] toaster.bbclass: Fix ValueError

2015-07-27 Thread Richard Purdie
On Mon, 2015-07-27 at 13:55 +0300, Ed Bartosh wrote: > The reason for this exception was usage of ':' as a field > delimiter in toasterstatlist file. As target can optionally > contain ':' suffix it caused split(':') to throw exception: > > File "toaster_collect_task_stats(e)", line 71, in > toast

[OE-core] [PATCH] toaster.bbclass: Fix ValueError

2015-07-27 Thread Ed Bartosh
The reason for this exception was usage of ':' as a field delimiter in toasterstatlist file. As target can optionally contain ':' suffix it caused split(':') to throw exception: File "toaster_collect_task_stats(e)", line 71, in toaster_collect_task_stats(e=) ValueError: too many values to unpack