Skip to content

Commit

Permalink
Renamed sonic_ssd to sonic_storage matching corresponding sonic-platf…
Browse files Browse the repository at this point in the history
…orm-common change
  • Loading branch information
assrinivasan committed Jun 3, 2024
1 parent 6447308 commit 40caeb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ssdutil/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def import_ssd_api(diskdev):
except ImportError as e:
log.log_warning("Platform specific SsdUtil module not found. Falling down to the generic implementation")
try:
from sonic_platform_base.sonic_ssd.ssd_generic import SsdUtil
from sonic_platform_base.sonic_storage.ssd import SsdUtil
except ImportError as e:
log.log_error("Failed to import default SsdUtil. Error: {}".format(str(e)), True)
raise e
Expand Down

0 comments on commit 40caeb1

Please sign in to comment.