Skip to content

Commit 24caa24

Browse files
Merge pull request #5983 from cylc/8.2.x-sync
🤖 Merge 8.2.x-sync into master
2 parents 088450f + 1856578 commit 24caa24

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

cylc/flow/job_runner_handlers/documentation.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -421,6 +421,14 @@ def submit(
421421
Returns:
422422
(ret_code, out, err)
423423
424+
ret_code:
425+
Subprocess return code.
426+
out:
427+
Subprocess standard output, note this should be newline
428+
terminated.
429+
err:
430+
Subprocess standard error.
431+
424432
"""
425433
raise NotImplementedError()
426434

0 commit comments

Comments
 (0)