Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vg12345 committed Sep 17, 2024
1 parent d2dd4e0 commit 40dd3df
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ def eval_isolation(self, port_name, cause):
ret = self.ufm_client.reset_port(port_name, port_obj.port_guid)
if not ret or ret.status_code != http.HTTPStatus.OK:
self.logger.warning("Failed resetting port: %s... status_code= %s", port_name, ret.status_code)
return
isolated_port = self.isolated_ports.get(port_name)
if not isolated_port:
self.isolated_ports[port_name] = IsolatedPort(port_name)
Expand Down

0 comments on commit 40dd3df

Please sign in to comment.