]> code.ossystems Code Review - openembedded-core.git/commit
wic: remove undescore from function name
authorEd Bartosh <ed.bartosh@linux.intel.com>
Tue, 18 Aug 2015 15:41:33 +0000 (18:41 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 30 Aug 2015 11:34:28 +0000 (12:34 +0100)
commit3b400a06d755e3d437967f60842b1d9bd94f0814
tree7b2cc95b1ee4f0985beeec9cd8f235d3a64816f9
parent58d9f06b2d467dcff781fecf4cbf03b0b7e25432
wic: remove undescore from function name

Renamed __exec_cmd -> _exec_cmd as double underscores cause
strange behaviour when function is called in class method.
Python complains that __exec_cmd method(!!!) of the same class
doesn't exist.

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