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!
This commit is contained in:
parent
d75492bd1d
commit
84dec2d82e
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ namespace "neopets:import" do
|
||||||
record = style_records_by_id[style[:oii]]
|
record = style_records_by_id[style[:oii]]
|
||||||
label = "#{style[:name]} (#{style[:oii]})"
|
label = "#{style[:name]} (#{style[:oii]})"
|
||||||
if record.nil?
|
if record.nil?
|
||||||
puts "⚠️ [#{label}]: Not modeled yet, skipping"
|
puts "❔ [#{label}]: Not modeled yet, skipping"
|
||||||
counts[:skipped] += 1
|
counts[:skipped] += 1
|
||||||
next
|
next
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue