Skip to content

Commit fc52014

Browse files
committed
added value error to docstring
1 parent 43b8d27 commit fc52014

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

synapseclient/models/curation.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,8 @@ async def delete_async(
641641
642642
Raises:
643643
ValueError: If the CurationTask object does not have a task_id.
644-
644+
ValueError: If delete_source is True but the task properties are not properly set
645+
to identify the source to delete.
645646
646647
Example: Delete a curation task asynchronously
647648
 

0 commit comments

Comments
 (0)