We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 903cb8a commit 95a8619Copy full SHA for 95a8619
src/sagemaker/workflow/notebook_job_step.py
@@ -248,7 +248,7 @@ def _validate_inputs(self):
248
249
# init script is optional
250
if self.initialization_script and not os.path.isfile(self.initialization_script):
251
- errors.append(f"The initialization script({self.input_notebook}) is not a valid file.")
+ errors.append(f"The initialization script({self.initialization_script}) is not a valid file.")
252
253
if self.additional_dependencies:
254
for path in self.additional_dependencies:
0 commit comments