rake: fix syntax error in danbooru:images:validate rake task.
This commit is contained in:
@@ -48,7 +48,8 @@ namespace :danbooru do
|
|||||||
f.close
|
f.close
|
||||||
end
|
end
|
||||||
|
|
||||||
puts { id: asset.id, md5: asset.md5 }.to_json
|
hash = { id: asset.id, md5: asset.md5 }.to_json
|
||||||
|
puts hash
|
||||||
rescue RuntimeError => e
|
rescue RuntimeError => e
|
||||||
hash = {
|
hash = {
|
||||||
asset: {
|
asset: {
|
||||||
|
|||||||
Reference in New Issue
Block a user