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 bf635e1 commit e7992e2Copy full SHA for e7992e2
Python/Batch/sample1_jobprep_and_release.py
@@ -86,7 +86,7 @@ def submit_job_with_prep_and_release_tasks(
86
task = batchmodels.TaskAddParameter(
87
id="JobPrepAndRelease",
88
command_line=common.helpers.wrap_commands_in_shell(
89
- 'linux',
+ 'linux',
90
['echo Hello world from the Batch Job prep and release sample!'])
91
)
92
0 commit comments