Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Sun <stephens@nvidia.com>
  • Loading branch information
stephenxs committed Jul 3, 2022
1 parent 3cdfcdd commit b30ab63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sfputil/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ def is_rj45_port_from_api(port_name):
except NotImplementedError:
port_types = None

return port_types == RJ45_PORT_TYPE
return False


def skip_if_port_is_rj45(port_name):
Expand Down

0 comments on commit b30ab63

Please sign in to comment.