Skip to content

Commit

Permalink
Added blank line after function end
Browse files Browse the repository at this point in the history
  • Loading branch information
assrinivasan committed Nov 24, 2024
1 parent 7294fc5 commit 5147ad0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sonic_platform_base/sonic_storage/ssd.py
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,7 @@ def fetch_vendor_ssd_info(self, diskdev, model):
self.vendor_ssd_info = self._execute_shell(self.vendor_ssd_utility[model]["utility"].format(diskdev))
except:
self.log.log_info("Error fetching vendor info. Falling back to generic info.")

def parse_vendor_ssd_info(self, model):
self.vendor_ssd_utility[model]["parser"]()

Expand Down

0 comments on commit 5147ad0

Please sign in to comment.