Skip to content

Commit

Permalink
Merge pull request #5750 from cifkao/patch-1
Browse files Browse the repository at this point in the history
Fix failing `data.sh` in OWSM
  • Loading branch information
mergify[bot] committed Apr 22, 2024
2 parents 8f95218 + b78175e commit 21cc547
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion egs2/owsm_v1/s2t1/local/data.sh
Expand Up @@ -159,7 +159,7 @@ if [ ${stage} -le 1 ] && [ ${stop_stage} -ge 1 ]; then
fi
echo "preparing ${dataset} dataset ..."
./local/prepare_${dataset}.sh || \
echo "preparing ${dataset} failed" && exit 1;
{ echo "preparing ${dataset} failed" && exit 1; }
touch data/.${dataset}.done
fi
done
Expand Down

0 comments on commit 21cc547

Please sign in to comment.