]> 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>
Mon, 12 Dec 2016 15:16:12 +0000 (15:16 +0000)
commit5ff5dc2767dfef93c314e7465a52ca2dce553604
tree54c539612c0617ba72ded16b17dba4ec17cebe50
parentcccbd2d315a69befd090744af095e89bdd0e77bb
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

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