]> code.ossystems Code Review - openembedded-core.git/commit
wic: exec_native_cmd: fix undefined variable error
authorEd Bartosh <ed.bartosh@linux.intel.com>
Tue, 21 Feb 2017 10:01:59 +0000 (12:01 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 4 Mar 2017 10:42:32 +0000 (10:42 +0000)
commitd994340ec32ec04226ec185a8998775602c8b8bf
tree3e6836e8f9c586061c4ec162c9d232a8b14a1ccf
parent3e78aa91aa07510a75ec2eecdd2dd00b1c583c26
wic: exec_native_cmd: fix undefined variable error

Defined variable 'out' to fix this exception:
UnboundLocalError: local variable 'out' referenced before assignment

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
scripts/lib/wic/utils/misc.py