Skip to content

Commit 14d1df4

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

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 = [os.path.join(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)