Skip to content

Commit

Permalink
edit
Browse files Browse the repository at this point in the history
  • Loading branch information
jnussbaum committed Oct 23, 2023
1 parent 6c8bf45 commit 4238de8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dsp_permissions_scripts/scenario_tanner/cleanup_tanner.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ def cleanup_tanner() -> None:
for oap in oaps:
if builtin_groups.PROJECT_MEMBER in oap.scope.M:
oap.scope = oap.scope.remove("M", builtin_groups.PROJECT_MEMBER)
if builtin_groups.PROJECT_MEMBER not in oap.scope.V:
oap.scope = oap.scope.add("V", builtin_groups.PROJECT_MEMBER)
apply_updated_oaps_on_server(
resource_oaps=oaps,
Expand Down

0 comments on commit 4238de8

Please sign in to comment.