Skip to content

Commit f81edc6

Browse files
committed
oops!
1 parent b3407e4 commit f81edc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/models/message.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def from_s3(list, list_seq, s3_client = Aws::S3::Client.new(region: BLADE_BUCKET
9595
begin
9696
obj = s3_client.get_object(bucket: BLADE_BUCKET_NAME, key: "#{list.name}/#{list_seq}")
9797
rescue Aws::S3::Errors::NoSuchKey
98-
p "#{list.name}:#{seq} doesn't exist in S3"
98+
p "#{list.name}:#{list_seq} doesn't exist in S3"
9999
return
100100
end
101101
str = obj.body.read.force_encoding(Encoding::BINARY)

0 commit comments

Comments
 (0)