Skip to content

Commit

Permalink
jovian-hardware-survey: Ingest processor characteristics
Browse files Browse the repository at this point in the history
  • Loading branch information
samueldr committed Oct 27, 2024
1 parent 2ccd015 commit 9659735
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/jovian-hardware-survey/jovian-hardware-survey.rb
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,8 @@ def processor_information()
[data[1], data[2]]
end
.to_h
# Convert characteristics into an array
_1["Characteristics"] = _1["Characteristics"].split("\n")
end
end

Expand Down

0 comments on commit 9659735

Please sign in to comment.