Skip to content

Commit

Permalink
rename assign_perm --> assign_perms
Browse files Browse the repository at this point in the history
  • Loading branch information
RuthShryock committed Aug 29, 2024
1 parent 74b4c60 commit 1ab648d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kpi/management/commands/tag_random_assets.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ def _pget(codename):
perm_code = _rand_perm()
perm = _pget('%s_asset' % perm_code)
print('assigning user permission "%s" -> %s' % (perm, user.username))
sa.assign_perm(user, perm)
sa.assign_perms(user, perm)

0 comments on commit 1ab648d

Please sign in to comment.