Skip to content

Commit e7992e2

Browse files
committed
whitespace
1 parent bf635e1 commit e7992e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/Batch/sample1_jobprep_and_release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def submit_job_with_prep_and_release_tasks(
8686
task = batchmodels.TaskAddParameter(
8787
id="JobPrepAndRelease",
8888
command_line=common.helpers.wrap_commands_in_shell(
89-
'linux',
89+
'linux',
9090
['echo Hello world from the Batch Job prep and release sample!'])
9191
)
9292

0 commit comments

Comments
 (0)