Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
saxix committed Jul 5, 2024
1 parent 3d179d5 commit 4c353f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hope_country_workspace/tenant/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def __init__(self, prefix: str):
setting_changed.connect(self._on_setting_changed)

def _set_attr(self, prefixed_name: str, value: "Any") -> None:
name = prefixed_name[(len(self.prefix) + 1):]
name = prefixed_name[(len(self.prefix) + 1) :]
setattr(self, name, value)

@cached_property
Expand Down

0 comments on commit 4c353f3

Please sign in to comment.