Loading src/tests/tools/firewall_agent/firewall_agent/resources/nft_model/Rule.py +1 −1 Original line number Diff line number Diff line Loading @@ -72,7 +72,7 @@ class Rule: else: raise UnsupportedElementException('expr_entry', expr_entry) if len(num_fields_updated) == 0: if num_fields_updated == 0: # Ignoring empty/unsupported rule... return None Loading Loading
src/tests/tools/firewall_agent/firewall_agent/resources/nft_model/Rule.py +1 −1 Original line number Diff line number Diff line Loading @@ -72,7 +72,7 @@ class Rule: else: raise UnsupportedElementException('expr_entry', expr_entry) if len(num_fields_updated) == 0: if num_fields_updated == 0: # Ignoring empty/unsupported rule... return None Loading