Skip to content

Commit

Permalink
See what fails when we don't mess with safe.directory
Browse files Browse the repository at this point in the history
  • Loading branch information
ksperling-apple committed Mar 27, 2023
1 parent def9802 commit 22a9731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/checkout_submodules.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 22a9731

Please sign in to comment.