File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/labtasker_plugin_script_generate Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " labtasker-plugin-script-generate"
7- version = " 0.1.2 "
7+ version = " 0.1.3 "
88description = " A Labtasker plugin that decomposes bash script into submit and job scripts.."
99authors = [{
name =
" Your Name" ,
email =
" [email protected] " }]
1010license = { text = " MIT" }
Original file line number Diff line number Diff line change 1- __version__ = "0.1.2 "
1+ __version__ = "0.1.3 "
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ for idx in "${!DATASETS[@]}"; do
2020
2121 echo " Dataset Description: ${DATASET_DESCRIPTION} "
2222
23- labtasker task submit -- --CUDA_HOME " $CUDA_HOME " --DATASET " $DATASET " --DATASET_DESCRIPTION " $DATASET_DESCRIPTION " --LOG_DIR " $LOG_DIR " --MODEL " $MODEL "
23+ labtasker task submit -- --CUDA_HOME= " $CUDA_HOME " --DATASET= " $DATASET " --DATASET_DESCRIPTION= " $DATASET_DESCRIPTION " --LOG_DIR= " $LOG_DIR " --MODEL= " $MODEL "
2424 done
2525done
2626
You can’t perform that action at this time.
0 commit comments