Re: [Linaro-validation] A parameter error in file target.py

2014-10-24 Thread Neil Williams
On Fri, 24 Oct 2014 02:09:21 + Wu, Songjun songjun...@atmel.com wrote: Hi all, I found a parameter error in /lava_dispatcher/device/target.py In function def _load_boot_cmds boot_cmds = self.config.cp.get('main', boot_cmds) should be fixed to boot_cmds =

Re: [Linaro-validation] A parameter error in file target.py

2014-10-24 Thread Wu, Songjun
] A parameter error in file target.py On Fri, 24 Oct 2014 02:09:21 + Wu, Songjun songjun...@atmel.com wrote: Hi all, I found a parameter error in /lava_dispatcher/device/target.py In function def _load_boot_cmds boot_cmds = self.config.cp.get('main', boot_cmds) should be fixed

[Linaro-validation] A parameter error in file target.py

2014-10-23 Thread Wu, Songjun
Hi all, I found a parameter error in /lava_dispatcher/device/target.py In function def _load_boot_cmds boot_cmds = self.config.cp.get('main', boot_cmds) should be fixed to boot_cmds = self.config.cp.get('main', 'boot_cmds') Please check it, thank you. -Original Message- From: