Skip to content

Commit 1a468a0

Browse files
author
Simon Zamarin
committed
fixed issue with FrameworkProcessor not using the specified output_kms_key when uploading sourcedir.tar.gz
1 parent f776d11 commit 1a468a0

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
@@ -1743,7 +1743,7 @@ def _upload_payload(
17431743
entry_point=entry_point,
17441744
source_dir=source_dir,
17451745
dependencies=dependencies,
1746-
git_config=git_config
1746+
git_config=git_config,
17471747
)
17481748

17491749
estimator._prepare_for_training(job_name=job_name)

0 commit comments

Comments
 (0)