Skip to content

Commit 4e621c4

Browse files
author
Leopoldo
committed
Fix: syntaxwq
1 parent 9976677 commit 4e621c4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

networkapi/plugins/SDN/ODL/Generic.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +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+
9495
pass
9596

9697

0 commit comments

Comments
 (0)