
From: Simon Glass <sjg@chromium.org> One line is indented with tab instead of space. Fix it. Signed-off-by: Simon Glass <sjg@chromium.org> --- test/py/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/py/conftest.py b/test/py/conftest.py index 7ac777fea7f..16f28db6e23 100644 --- a/test/py/conftest.py +++ b/test/py/conftest.py @@ -170,7 +170,7 @@ def get_details(config): if build_dir_extra: env['U_BOOT_BUILD_DIR_EXTRA'] = build_dir_extra - # Make sure the script sees that it is being run from pytest + # Make sure the script sees that it is being run from pytest env['U_BOOT_SOURCE_DIR'] = source_dir proc = subprocess.run(cmd, stdout=subprocess.PIPE, -- 2.43.0