Commit bd69eba9 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Tests - Tools - Firewall Agent:

- Fix in rule skipper
parent e2402e08
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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