Skip to content

Commit 4735980

Browse files
authored
Correct KubernetesProvider.submit docstring, to not return None (#3507)
See issue #2949 for context
1 parent 68a9f5c commit 4735980

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

parsl/providers/kubernetes/kube.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,6 @@ def submit(self, cmd_string, tasks_per_node, job_name="parsl"):
171171
- job_name (String): Name for job, must be unique
172172
173173
Returns:
174-
- None: At capacity, cannot provision more
175174
- job_id: (string) Identifier for the job
176175
"""
177176

0 commit comments

Comments
 (0)