Skip to content

Commit b30ab63

Browse files
committed
Fix typo
Signed-off-by: Stephen Sun <[email protected]>
1 parent 3cdfcdd commit b30ab63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sfputil/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ def is_rj45_port_from_api(port_name):
301301
except NotImplementedError:
302302
port_types = None
303303

304-
return port_types == RJ45_PORT_TYPE
304+
return False
305305

306306

307307
def skip_if_port_is_rj45(port_name):

0 commit comments

Comments
 (0)