Skip to content

Commit

Permalink
Add tool in data
Browse files Browse the repository at this point in the history
Signed-off-by: Olivier FAURAX <[email protected]>
  • Loading branch information
ofaurax committed Mar 20, 2024
1 parent 53fd228 commit fa16da4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packethardware/component/disk.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ def __init__(self, lsblk):
if isinstance(self.lsblk["rota"], str)
else "1" if self.lsblk["rota"] else "0"
),
"tool": self.lsblk["tool"],
}

if self.__is_nvme():
Expand Down

0 comments on commit fa16da4

Please sign in to comment.