From: Julien Stephan Date: Mon, 4 Dec 2023 15:59:33 +0000 (+0100) Subject: oeqa/selftest/recipetool: remove spaces on empty lines X-Git-Tag: yocto-5.2~4412 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=365c3fd9def03e07af025a949e27c4f324fd6094;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git oeqa/selftest/recipetool: remove spaces on empty lines Signed-off-by: Julien Stephan Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- diff --git a/meta/lib/oeqa/selftest/cases/recipetool.py b/meta/lib/oeqa/selftest/cases/recipetool.py index 55cbba9ca74..4bc28a4f2ee 100644 --- a/meta/lib/oeqa/selftest/cases/recipetool.py +++ b/meta/lib/oeqa/selftest/cases/recipetool.py @@ -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))