Skip to content

Commit b7a84fc

Browse files
Simon Zamarinvikas0203
Simon Zamarin
authored andcommitted
fixed issue with FrameworkProcessor not using the specified output_kms_key when uploading sourcedir.tar.gz
1 parent 0d35b2a commit b7a84fc

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
@@ -1802,7 +1802,7 @@ def _upload_payload(
18021802
entry_point=entry_point,
18031803
source_dir=source_dir,
18041804
dependencies=dependencies,
1805-
git_config=git_config
1805+
git_config=git_config,
18061806
)
18071807

18081808
estimator._prepare_for_training(job_name=job_name)

0 commit comments

Comments
 (0)