Skip to content

Commit

Permalink
fix merge_pdf del
Browse files Browse the repository at this point in the history
  • Loading branch information
kongdd committed Sep 16, 2023
1 parent 1a89555 commit 0362307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools_plot.jl
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ function merge_pdf(input, outfile="Plot.pdf"; is_del=false, show=true)

run(`pdftk $files cat output $outfile`)
show && show_file(outfile)
is_del && run(`rm $files`)
is_del && rm.(files)
nothing
end

Expand Down

0 comments on commit 0362307

Please sign in to comment.