[OE-core] [PATCH 03/17] wic: remove undescore from function name

2015-08-25 Thread Ed Bartosh
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 --- scripts/lib/wic/utils/oe/misc.py | 12 ++-- 1 file changed, 6

[OE-core] [PATCH 03/17] wic: remove undescore from function name

2015-08-20 Thread Ed Bartosh
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 --- scripts/lib/wic/utils/oe/misc.py | 12 ++-- 1 file changed, 6