From 22a9731262f19c015fabe75e17254365d939c9b6 Mon Sep 17 00:00:00 2001 From: Karsten Sperling Date: Tue, 28 Mar 2023 12:18:43 +1300 Subject: [PATCH] See what fails when we don't mess with safe.directory --- scripts/checkout_submodules.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/checkout_submodules.py b/scripts/checkout_submodules.py index 55da322e8184b0..d08f2212e4a5ee 100755 --- a/scripts/checkout_submodules.py +++ b/scripts/checkout_submodules.py @@ -124,7 +124,7 @@ def main(): unmatched_modules = [m for m in modules if not module_matches_platforms( m, selected_platforms) and module_initialized(m)] - make_chip_root_safe_directory() + #make_chip_root_safe_directory() checkout_modules(selected_modules, args.shallow, args.force, args.recursive) if args.deinit_unmatched and unmatched_modules: