Skip to content

Commit

Permalink
Correct KubernetesProvider.submit docstring, to not return None (#3507)
Browse files Browse the repository at this point in the history
See issue #2949 for context
  • Loading branch information
benclifford authored Jul 2, 2024
1 parent 68a9f5c commit 4735980
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion parsl/providers/kubernetes/kube.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,6 @@ def submit(self, cmd_string, tasks_per_node, job_name="parsl"):
- job_name (String): Name for job, must be unique
Returns:
- None: At capacity, cannot provision more
- job_id: (string) Identifier for the job
"""

Expand Down

0 comments on commit 4735980

Please sign in to comment.