]> code.ossystems Code Review - openembedded-core.git/commit
combo-layer: fix AttributeError traceback.
authorAlexander Kanevskiy <kad@linux.intel.com>
Thu, 30 Jul 2015 16:49:17 +0000 (19:49 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 31 Jul 2015 11:04:18 +0000 (12:04 +0100)
commitac4ef551d506a5767946cf2fb717c2fd7f86df9c
treee37be0b8c341041b13606ccfaf92674f54480f6d
parent638cd44cc9a9eb435350aac7e8eeec585d74f8db
combo-layer: fix AttributeError traceback.

Commit c908a423f85a84ddd8249abd00254f29d47df74b introduced a new
issue in combo-layer that leads to a traceback as
args.hard_reset is an unknown variable. This change defines an
appropriate destination for the command args parser and fixes the
reference.

Signed-off-by: Alexander Kanevskiy <kad@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/combo-layer