From 84dec2d82e12a2bea50fc60a144be77e30c649a6 Mon Sep 17 00:00:00 2001 From: Emi Matchu Date: Sat, 28 Dec 2024 15:53:24 -0800 Subject: [PATCH] Tweak output for Styling Studio auto-importer A style not being modeled yet is not a big deal, whereas some of those other warnings actually require manual intervention. I want to make the list easier to scan for the warn icons! --- lib/tasks/neopets/import/styling_studio.rake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tasks/neopets/import/styling_studio.rake b/lib/tasks/neopets/import/styling_studio.rake index 3d3277b4..f9d86c2a 100644 --- a/lib/tasks/neopets/import/styling_studio.rake +++ b/lib/tasks/neopets/import/styling_studio.rake @@ -42,7 +42,7 @@ namespace "neopets:import" do record = style_records_by_id[style[:oii]] label = "#{style[:name]} (#{style[:oii]})" if record.nil? - puts "⚠️ [#{label}]: Not modeled yet, skipping" + puts "❔ [#{label}]: Not modeled yet, skipping" counts[:skipped] += 1 next end