Thanks for catching the typo, will fix before commiting.
On Tue, Apr 1, 2014 at 3:40 PM, Klaus Aehlig <[email protected]> wrote: > On Tue, Apr 01, 2014 at 03:37:10PM +0200, Petr Pudlak wrote: > > Apparently sometimes unicode strings appear out of nowhere (maybe from > > the RPC calls) and then they used as a list of characters (hail Python). > > s/they used/they are used > > > This patch adds a function that ensures we always have a proper list. > > > > Signed-off-by: Petr Pudlak <[email protected]> > > --- > > lib/mcpu.py | 23 +++++++++++++++++------ > > 1 file changed, 17 insertions(+), 6 deletions(-) > > > > Rest LGTM. Thanks. > > -- > Klaus Aehlig > Google Germany GmbH, Dienerstr. 12, 80331 Muenchen > Registergericht und -nummer: Hamburg, HRB 86891 > Sitz der Gesellschaft: Hamburg > Geschaeftsfuehrer: Graham Law, Christine Elizabeth Flores >
