We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c9c350 commit 0466163Copy full SHA for 0466163
1 file changed
scripts/pull_vctk_data.sh
@@ -24,9 +24,9 @@ wget "$URL" -O "$TMPZIP"
24
DIRECTORY="./python/data/VCTK-DEMAND"
25
26
if [[ -d "$DIRECTORY" ]]; then
27
- echo "DNS3 directory exists: '$DIRECTORY'"
+ echo "VCTK-DEMAND directory exists: '$DIRECTORY'"
28
else
29
- echo "DNS3 directory doesn't exist"
+ echo "VCTK-DEMAND directory doesn't exist"
30
echo "Creating directory: $DIRECTORY "
31
mkdir -p "$DIRECTORY"
32
fi
0 commit comments