Skip to content

Commit 43f5464

Browse files
committed
NRL-1933 fix merge conflict
1 parent e7496f7 commit 43f5464

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/get_s3_permissions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def add_feature_test_files(local_path):
101101
pointer_types,
102102
access_controls,
103103
)
104-
for actor_type, entries in permissions.items()
104+
for actor_type, entries in org_permissions.items()
105105
for app_id, ods_code, pointer_types, access_controls in entries
106106
]
107107
app_permissions = {

0 commit comments

Comments
 (0)