Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ufechner7 committed Sep 29, 2024
1 parent f73d9c0 commit 42eba78
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions video/export_gif.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ framerate = 20
gifname = joinpath(folder, "Tether.gif")
mp4name = joinpath(folder, "Tether.mp4")

files = readdir(folder)
pngfiles = filter(file->(occursin.("png",file)), files )
rm(gifname, force=true)
rm(mp4name, force=true)

Expand Down

0 comments on commit 42eba78

Please sign in to comment.