1
0
Fork 0
mirror of synced 2024-06-01 10:39:30 +12:00

Fix basename in diff method

This commit is contained in:
nagadomi 2016-09-27 19:05:53 +09:00
parent 1ce5a8d038
commit d4bab939ab

View file

@ -551,7 +551,7 @@ local function load_user_data(y_dir, y_file, x_dir, x_file)
if x and y then if x and y then
table.insert(test, {y = y, table.insert(test, {y = y,
x = x, x = x,
basename = base}) basename = key})
end end
if opt.show_progress then if opt.show_progress then
xlua.progress(i, #y_files) xlua.progress(i, #y_files)