We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 138a4c5 commit 8cf7cd7Copy full SHA for 8cf7cd7
python/benchmark/databricks/benchmark_utils.sh
@@ -132,7 +132,7 @@ EOF
132
echo -n "."
133
if [[ $TIME_LIMIT != "" ]] && (( duration > TIME_LIMIT ))
134
then
135
- printf "\ntime limit of $TIME_LIMIT minutes exceeded, canceling run\n"
+ echo -e "\ntime limit of $TIME_LIMIT minutes exceeded, canceling run\n"
136
databricks jobs cancel-run $run_id --profile $DB_PROFILE
137
fi
138
sleep 10
0 commit comments