Fix Ugoiras when image cropping is disabled
since file is nil and has no #close! when Danbooru.config.enable_image_cropping is false
This commit is contained in:
@@ -73,7 +73,7 @@ class PixivUgoiraConverter
|
||||
|
||||
DanbooruImageResizer.crop(file, Danbooru.config.small_image_width, Danbooru.config.small_image_width, 85)
|
||||
ensure
|
||||
file.close!
|
||||
file&.close!
|
||||
end
|
||||
|
||||
def self.generate_preview(ugoira_file)
|
||||
|
||||
Reference in New Issue
Block a user