Skip to content

Commit f54f506

Browse files
ericangelokimlaurenyu
authored andcommitted
fix: Fix get_image_uri warning log for default xgboost version. (#1028)
1 parent 5ec22c0 commit f54f506

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sagemaker/amazon/amazon_estimator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,7 @@ def get_image_uri(region_name, repo_name, repo_version=1):
538538
"There is a more up to date SageMaker XGBoost image."
539539
"To use the newer image, please set 'repo_version'="
540540
"'0.90-1. For example:\n"
541-
"\tget_image_uri(region, 'xgboost', %s).",
541+
"\tget_image_uri(region, 'xgboost', '%s').",
542542
XGBOOST_LATEST_VERSION,
543543
)
544544
repo = "{}:{}".format(repo_name, repo_version)

0 commit comments

Comments
 (0)