Skip to content

Commit 801a9f6

Browse files
committed
chore: Version 0.1.2 -> 0.1.3
1 parent fe51d36 commit 801a9f6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "labtasker-plugin-script-generate"
7-
version = "0.1.2"
7+
version = "0.1.3"
88
description = "A Labtasker plugin that decomposes bash script into submit and job scripts.."
99
authors = [{ name = "Your Name", email = "[email protected]" }]
1010
license = { text = "MIT" }
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.2"
1+
__version__ = "0.1.3"

tests/scripts/original_submit.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
2525
done
2626

0 commit comments

Comments
 (0)