Skip to content

Commit

Permalink
delinted
Browse files Browse the repository at this point in the history
  • Loading branch information
epaule committed Aug 29, 2024
1 parent 3b1c24a commit 2c4ab32
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/curation_tool.cr
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ HERE
wd = y.working_dir

Dir.cd(wd) do

agp = Dir["#{wd}/*/*.agp_1"].sort_by { |file| File.info(file).modification_time }[-1]

cmd = "pretext-to-tpf -a original.tpf -p #{agp} -o #{id}.tpf -w -f"
Expand Down

0 comments on commit 2c4ab32

Please sign in to comment.