Skip to content

Commit

Permalink
fix: minor error message when dataset is empty
Browse files Browse the repository at this point in the history
  • Loading branch information
muhsatrio committed Dec 9, 2023
1 parent a26e9b5 commit a9d5795
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test_example.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
if [[ "$1" == "" ]]; then
echo "Error: Missing the dataset name"
echo "./test_example.sh <dataset name> <number of cross fold (optional)>"
echo "./test_example.sh <dataset name> --<flag (optional)> <content of flag>"
exit
fi

Expand Down
2 changes: 1 addition & 1 deletion test_example_source_only.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
if [[ "$1" == "" ]]; then
echo "Error: Missing the dataset name"
echo "./test_example_source_only.sh <dataset name> <number of cross fold (optional)>"
echo "./test_example_source_only.sh <dataset name> --<flag (optional)> <content of flag>"
exit
fi

Expand Down

0 comments on commit a9d5795

Please sign in to comment.