We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9976677 commit 4e621c4Copy full SHA for 4e621c4
1 file changed
networkapi/plugins/SDN/ODL/Generic.py
@@ -91,6 +91,7 @@ def del_flow(self, flow_id=0, nodes_ids=[]):
91
except Exception as err:
92
message = self._parse_errors(err.response.json())
93
log.error("ERROR while removing a flow due to It does not exist anymore: %s" % message)
94
+
95
pass
96
97
0 commit comments