Skip to content

Commit

Permalink
[newport]: fix unresolved type on Newport
Browse files Browse the repository at this point in the history
  • Loading branch information
dmytroxshevchuk committed Nov 26, 2020
1 parent 6a73f86 commit da63e52
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def __init__(self):

self._eeprom = Eeprom()

for index in range(0, PORTS_IN_BLOCK):
for index in range(1, PORTS_IN_BLOCK + 1):
sfp_node = Sfp(index)
self._sfp_list.append(sfp_node)

Expand Down

0 comments on commit da63e52

Please sign in to comment.