Skip to content

Commit 1d38a22

Browse files
authored
Merge pull request #3669 from sm176357/patch-1
syntax error : download_and_convert_VOC2012.sh
2 parents f78281e + ec94dfa commit 1d38a22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

research/deeplab/datasets/download_and_convert_voc2012.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ mkdir -p ${WORK_DIR}
4141
cd ${WORK_DIR}
4242

4343
# Helper function to download and unpack VOC 2012 dataset.
44-
function download_and_uncompress() {
44+
download_and_uncompress() {
4545
local BASE_URL=${1}
4646
local FILENAME=${2}
4747

0 commit comments

Comments
 (0)