]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
edgerouter.py: avoid python3 exception
authorJuro Bystricky <juro.bystricky@intel.com>
Sat, 10 Dec 2016 17:13:38 +0000 (09:13 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 11 Jan 2017 17:21:47 +0000 (17:21 +0000)
commite0d8921bf014d46100c391aff6e6e3a3e8e9e502
tree817bf73fad8a7b5b02e0a66fbc92ac845b3e47da
parent61d424fbb3b73d6e84954eb119a4b85f37561612
edgerouter.py: avoid python3 exception

This fixes an error such as:

Exception: File "/master/poky/meta-yocto-bsp/lib/oeqa/controllers/edgeroutertarget.py", line 47
    self.image_fstype = self.get_image_fstype(d)
TabError: inconsistent use of tabs and spaces in indentation

(From meta-yocto rev: 5ff5dc2767dfef93c314e7465a52ca2dce553604)

(From meta-yocto rev: d1c50ea67f53b5fa2618b460efe4cc879d7cee0c)

Signed-off-by: Juro Bystricky <juro.bystricky@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta-yocto-bsp/lib/oeqa/controllers/edgeroutertarget.py