Skip to content

Commit

Permalink
updated anonymize_parallel.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed May 10, 2023
1 parent bf4934f commit 9a1f9be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anonymize_parallel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ for filename in $file_list; do
echo "Removing any pre-existing parts:"
rm -v "$filename".* 2>/dev/null || :
echo
"$srcdir/bash-tools/split.sh" --parts "$parallelism" "$filename"
"$srcdir/bash-tools/bin/split.sh" --parts "$parallelism" "$filename"
echo "Anonymizing parts"
for file_part in "$filename".*; do
cmd="$srcdir/anonymize.py -a $file_part > $file_part.anonymized"
Expand Down

0 comments on commit 9a1f9be

Please sign in to comment.