Skip to content

Commit 5b7b992

Browse files
committed
DOC: Improve docstring
skipci
1 parent 2322388 commit 5b7b992

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

octue/resources/analysis.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,8 @@ def __init__(self, twine, handle_monitor_message=None, **kwargs):
9090

9191
@property
9292
def finalised(self):
93-
"""Check whether the analysis has been finalised.
93+
"""Check whether the analysis has been finalised (i.e. whether its outputs have been validated and, if an output
94+
manifest is produced, its datasets uploaded).
9495
9596
:return bool:
9697
"""

0 commit comments

Comments
 (0)