Merge remote-tracking branch 'upstream/dev' into dev
This commit is contained in:
commit
c690e59d27
1 changed files with 2 additions and 0 deletions
|
|
@ -255,6 +255,8 @@ def get_ram_list_linux() -> list[list]:
|
|||
manufacturer = line.replace('Manufacturer: ', '')
|
||||
elif line.startswith('Part Number: '):
|
||||
part_number = line.replace('Part Number: ', '')
|
||||
|
||||
# Add last DIMM
|
||||
if size and (manufacturer or part_number):
|
||||
dimm_list.append([size, manufacturer, part_number])
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue