Skip to content

Commit 458a68e

Browse files
committed
Start user restricted perms at machine dir level
1 parent 5f9abfe commit 458a68e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

e3sm_supported_machines/bootstrap.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,8 @@ def main():
472472
else:
473473
spack_base = None
474474

475-
paths_to_update = [base_path]
475+
# start restricted permissions at machine level
476+
paths_to_update = [Path(base_path) / machine]
476477
test_script_filename = None
477478
for ext in ['sh', 'csh']:
478479
if compiler is not None:

0 commit comments

Comments
 (0)