oeqa/selftest/recipetool: remove spaces on empty lines

(From OE-Core rev: 365c3fd9def03e07af025a949e27c4f324fd6094)

Signed-off-by: Julien Stephan <jstephan@baylibre.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Julien Stephan
2023-12-04 16:59:33 +01:00
committed by Richard Purdie
parent 85a2a6f68a
commit 9f4df13f64

View File

@@ -853,7 +853,7 @@ class RecipetoolTests(RecipetoolBase):
self._test_recipe_contents(deps_require_file, checkvars, [])
def _copy_file_with_cleanup(self, srcfile, basedstdir, *paths):
dstdir = basedstdir
self.assertTrue(os.path.exists(dstdir))