Skip to content

Commit 8cf7cd7

Browse files
committed
fix
Signed-off-by: YanxuanLiu <[email protected]>
1 parent 138a4c5 commit 8cf7cd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/benchmark/databricks/benchmark_utils.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ EOF
132132
echo -n "."
133133
if [[ $TIME_LIMIT != "" ]] && (( duration > TIME_LIMIT ))
134134
then
135-
printf "\ntime limit of $TIME_LIMIT minutes exceeded, canceling run\n"
135+
echo -e "\ntime limit of $TIME_LIMIT minutes exceeded, canceling run\n"
136136
databricks jobs cancel-run $run_id --profile $DB_PROFILE
137137
fi
138138
sleep 10

0 commit comments

Comments
 (0)