Skip to content

Commit

Permalink
fix(gathered_filter): Fix code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesholland-uk committed Sep 14, 2023
1 parent 76f6468 commit 5be76e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/module_utils/panos.py
Original file line number Diff line number Diff line change
Expand Up @@ -1213,8 +1213,8 @@ def matches_gathered_filter(self, item, logic):
evaler.append("{0}".format(not bool(item_config[field])))

if operator in ["is-none", "is-not-none", "is-true", "is-false"]:
evaler.extend(")" * (len(operator_list)-1))
pdepth -= len(operator_list) -1
evaler.extend(")" * (len(operator_list) - 1))
pdepth -= len(operator_list) - 1
continue

if len(operator_list) != 1:
Expand Down

0 comments on commit 5be76e8

Please sign in to comment.