Skip to content

Commit 9976677

Browse files
author
Leopoldo
committed
networkapi/plugins/SDN/ODL/Generic.py
1 parent 86f7631 commit 9976677

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

networkapi/plugins/SDN/ODL/Generic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def del_flow(self, flow_id=0, nodes_ids=[]):
9191
except Exception as err:
9292
message = self._parse_errors(err.response.json())
9393
log.error("ERROR while removing a flow due to It does not exist anymore: %s" % message)
94-
continue
94+
pass
9595

9696

9797
def update_all_flows(self, data, flow_type=FlowTypes.ACL):

0 commit comments

Comments
 (0)