Skip to content

Commit

Permalink
disable shellcheck SC1003
Browse files Browse the repository at this point in the history
  • Loading branch information
cromz22 committed May 8, 2024
1 parent 3638e70 commit 3bcfa86
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions egs2/iwslt24_indic/st1/local/data.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,11 @@ local/download_and_unpack.sh ${IWSLT24_INDIC} ${tgt_lang} ${remove_archive}
for split in train dev; do
for ext in en ${tgt_lang} yaml; do
filename=${IWSLT24_INDIC}/en-${tgt_lang}/data/${split}/txt/${split}.${ext}
# shellcheck disable=SC1003
sed -i -e '$a\' "${filename}"
done
done
# shellcheck disable=SC1003
sed -i -e '$a\' "${IWSLT24_INDIC}/en-${tgt_lang}/data/tst-COMMON/txt/tst-COMMON.yaml"

log "Preparing data in ESPnet format..."
Expand Down

0 comments on commit 3bcfa86

Please sign in to comment.