Skip to content

Commit

Permalink
Fixing setting default permissions for virtual connections
Browse files Browse the repository at this point in the history
  • Loading branch information
TrimPeachu committed Nov 21, 2024
1 parent 3460528 commit 73eaa4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tableauserverclient/models/project_item.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ def _set_permissions(self, permissions):
self._permissions = permissions

def _set_default_permissions(self, permissions, content_type):
attr = f"_default_{content_type}_permissions"
attr = f"_default_{content_type}_permissions".lower()
setattr(
self,
attr,
Expand Down

0 comments on commit 73eaa4a

Please sign in to comment.