Skip to content

Commit 4132632

Browse files
Simon Zamarinclaytonparnell
Simon Zamarin
authored andcommitted
fixed issue with FrameworkProcessor not using the specified output_kms_key when uploading sourcedir.tar.gz
1 parent 068f28b commit 4132632

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sagemaker/processing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1746,7 +1746,7 @@ def _upload_payload(
17461746
entry_point=entry_point,
17471747
source_dir=source_dir,
17481748
dependencies=dependencies,
1749-
git_config=git_config
1749+
git_config=git_config,
17501750
)
17511751

17521752
estimator._prepare_for_training(job_name=job_name)

0 commit comments

Comments
 (0)