Skip to content

Commit 90133a3

Browse files
committed
Remove unnecessary '..'.
1 parent 2fea78a commit 90133a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ for i = 1, opt.num_iters do
255255
if opt.display_interval > 0 and i % opt.display_interval == 0 then
256256
image.display(output)
257257
end
258-
image.save(paths.concat(frames_dir, string.format('%04d',i) .. '.jpg'), output)
258+
image.save(paths.concat(frames_dir, string.format('%04d.jpg',i)), output)
259259
end
260260
end
261261

0 commit comments

Comments
 (0)