Skip to content

Commit

Permalink
Policy: fixed name bug
Browse files Browse the repository at this point in the history
  • Loading branch information
fdekeers committed Sep 19, 2024
1 parent dc84622 commit 48b9e8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion profile_translator_blocklist/Policy.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def __init__(self, profile_data: dict, device: dict, policy_name: str = None, is
self.parse()

# Set policy name
self.name = policy_name if policy_name is not None else self.get_policy_name()
self.name = policy_name if policy_name is not None else self.get_name()


def parse(self) -> None:
Expand Down

0 comments on commit 48b9e8b

Please sign in to comment.