We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 162ae3b commit 9a30782Copy full SHA for 9a30782
bin/import_mails
@@ -34,7 +34,7 @@ Message.transaction do
34
STDERR.puts("#{list}:#{seq} already exists in Postgres")
35
rescue StandardError => e
36
errors << [seq, e]
37
- STDERR.puts("failed to import #{list}:#{seq}: #{e}")
+ STDERR.puts("failed to import #{list.name}:#{seq}: #{e}")
38
end
39
40
0 commit comments