We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4e621c4 + 9ecd11e commit a6482adCopy full SHA for a6482ad
1 file changed
networkapi/plugins/SDN/ODL/Generic.py
@@ -91,7 +91,6 @@ 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