Skip to content

Commit

Permalink
fixed model
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBurchLog committed Jun 3, 2024
1 parent 3865bd7 commit 4aae1dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brewtils/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -1637,7 +1637,7 @@ def __init__(
self.is_remote = is_remote
self.remote_user_mapping = remote_user_mapping or []
self.metadata = metadata
self.protected = is_protected
self.protected = protected

def __str__(self):
return "%s: %s" % (self.username, self.roles)
Expand Down

0 comments on commit 4aae1dc

Please sign in to comment.