Skip to content

Commit

Permalink
Fix a bug when specifying individual downscaling filter
Browse files Browse the repository at this point in the history
  • Loading branch information
nagadomi committed Oct 6, 2018
1 parent 20abbbc commit 0883b04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions convert_data.lua
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ local function load_images(list)
local x = {}
local skip_notice = false
for i = 1, #csv do
local filters = nil
local filename = csv[i][1]
local csv_meta = csv[i][2]
if csv_meta and csv_meta:len() > 0 then
Expand Down

0 comments on commit 0883b04

Please sign in to comment.