Skip to content

Commit

Permalink
PAPP-34457: linitng changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tapishj-splunk committed Aug 12, 2024
1 parent 2478967 commit bee0992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zscaler_connector.py
Original file line number Diff line number Diff line change
Expand Up @@ -1321,7 +1321,7 @@ def _handle_list_destination_group(self, param):
"""
self.save_progress("In action handler for: {0}".format(self.get_action_identifier()))
action_result = self.add_action_result(ActionResult(dict(param)))

ip_group_ids = param.get("ip_group_ids", "")
ip_ids_lst = [item.strip() for item in ip_group_ids.split(',') if item.strip()]
exclude_type = param.get("exclude_type", "")
Expand Down

0 comments on commit bee0992

Please sign in to comment.