Skip to content

Commit 4cef8d3

Browse files
Added docstring to completed property
1 parent 8911c7a commit 4cef8d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cwltool/workflow_job.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ def __init__(
9797

9898
@property
9999
def completed(self) -> int:
100+
"""The number of completed internal jobs."""
100101
return len(self._completed)
101102

102103
def receive_scatter_output(self, index: int, jobout: CWLObjectType, processStatus: str) -> None:

0 commit comments

Comments
 (0)