We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45ea89d commit 4b9b9f1Copy full SHA for 4b9b9f1
src/apps/translate-index/default.nix
@@ -65,6 +65,8 @@ in
65
fi
66
done
67
68
+ rm -rf $targetDir
69
+
70
export start_time=$(date +%s)
71
parallel --halt now,fail=1 -j$JOBS --link -a <(jq '.[]' -c -r $index) -a $TMPDIR/job_numbers ${script}
72
0 commit comments