Skip to content

Commit

Permalink
DellEMC Z9264f: Fix show version error (#5808)
Browse files Browse the repository at this point in the history
import os.path in eeprom.py to fix the issue
  • Loading branch information
aravindmani-1 authored Nov 5, 2020
1 parent 8efc830 commit 825e05a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
#############################################################################

try:
import os.path
from sonic_eeprom import eeprom_tlvinfo
except ImportError, e:
raise ImportError (str(e) + "- required module not found")
Expand Down

0 comments on commit 825e05a

Please sign in to comment.