Skip to content

Commit

Permalink
Fix for one plugin's filetypes writing over the anothers.
Browse files Browse the repository at this point in the history
  • Loading branch information
nickzoic committed Oct 22, 2024
1 parent 25dc1aa commit 185666b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions countess/core/parameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -778,8 +778,7 @@ def __init__(
read_only: Optional[bool] = None,
):
super().__init__(label)
self.param = param

self.param = param.copy()
self.min_size = min_size
self.max_size = max_size
if read_only is not None:
Expand Down

0 comments on commit 185666b

Please sign in to comment.