Skip to content

Commit a359090

Browse files
author
Brock Wade
committed
add: re-spawn tests
1 parent e846f6c commit a359090

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
@@ -1853,7 +1853,7 @@ def _set_entrypoint(self, command, user_script_name):
18531853
self.entrypoint = self.framework_entrypoint_command + [user_script_location]
18541854

18551855
def _create_and_upload_runproc(self, user_script, kms_key, entrypoint_s3_uri):
1856-
"""Create runproc shell script and upload to S3.
1856+
"""Create runproc shell script and upload to S3 bucket.
18571857
18581858
If leveraging a pipeline session with optimized S3 artifact paths,
18591859
the runproc.sh file is hashed and uploaded to a separate S3 location.

0 commit comments

Comments
 (0)