Skip to content

Commit c2bb31b

Browse files
job runner handers: update submit method docs
* Cylc expects lines, no trailing newline -> submit-fail
1 parent 5d01067 commit c2bb31b

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
@@ -419,6 +419,14 @@ def submit(
419419
Returns:
420420
(ret_code, out, err)
421421
422+
ret_code:
423+
Subprocess return code.
424+
out:
425+
Subprocess standard output, note this should be newline
426+
terminated.
427+
err:
428+
Subprocess standard error.
429+
422430
"""
423431
raise NotImplementedError()
424432

0 commit comments

Comments
 (0)