From 9659735b8427c011711e30e6c536039989f54754 Mon Sep 17 00:00:00 2001 From: Samuel Dionne-Riel Date: Sun, 27 Oct 2024 16:20:34 -0400 Subject: [PATCH] jovian-hardware-survey: Ingest processor characteristics --- pkgs/jovian-hardware-survey/jovian-hardware-survey.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/jovian-hardware-survey/jovian-hardware-survey.rb b/pkgs/jovian-hardware-survey/jovian-hardware-survey.rb index 86d41edf..3d3e03e1 100755 --- a/pkgs/jovian-hardware-survey/jovian-hardware-survey.rb +++ b/pkgs/jovian-hardware-survey/jovian-hardware-survey.rb @@ -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