summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/selftest/cases/recipetool.py
diff options
context:
space:
mode:
authorJulien Stephan <jstephan@baylibre.com>2023-12-04 16:59:33 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-12-06 22:55:49 +0000
commit9f4df13f643b48e33bee008f267dbffff77364e6 (patch)
treeaa074c82cf5a2281b3ef6a724bac8e163e17ddfb /meta/lib/oeqa/selftest/cases/recipetool.py
parent85a2a6f68af304ace1d767e3e8367627cea898f6 (diff)
downloadpoky-9f4df13f643b48e33bee008f267dbffff77364e6.tar.gz
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>
Diffstat (limited to 'meta/lib/oeqa/selftest/cases/recipetool.py')
-rw-r--r--meta/lib/oeqa/selftest/cases/recipetool.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/selftest/cases/recipetool.py b/meta/lib/oeqa/selftest/cases/recipetool.py
index 55cbba9ca7..4bc28a4f2e 100644
--- a/meta/lib/oeqa/selftest/cases/recipetool.py
+++ b/meta/lib/oeqa/selftest/cases/recipetool.py
@@ -853,7 +853,7 @@ class RecipetoolTests(RecipetoolBase):
853 self._test_recipe_contents(deps_require_file, checkvars, []) 853 self._test_recipe_contents(deps_require_file, checkvars, [])
854 854
855 855
856 856
857 def _copy_file_with_cleanup(self, srcfile, basedstdir, *paths): 857 def _copy_file_with_cleanup(self, srcfile, basedstdir, *paths):
858 dstdir = basedstdir 858 dstdir = basedstdir
859 self.assertTrue(os.path.exists(dstdir)) 859 self.assertTrue(os.path.exists(dstdir))