Skip to content

Commit

Permalink
job runner handers: update submit method docs
Browse files Browse the repository at this point in the history
* Cylc expects lines, no trailing newline -> submit-fail
  • Loading branch information
oliver-sanders committed Feb 20, 2024
1 parent 5d01067 commit c2bb31b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions cylc/flow/job_runner_handlers/documentation.py
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,14 @@ def submit(
Returns:
(ret_code, out, err)
ret_code:
Subprocess return code.
out:
Subprocess standard output, note this should be newline
terminated.
err:
Subprocess standard error.
"""
raise NotImplementedError()

Expand Down

0 comments on commit c2bb31b

Please sign in to comment.