Skip to content

Commit 1bb2c91

Browse files
committed
addressing @josenavas comment
1 parent f9c0ca1 commit 1bb2c91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qiita_db/data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -823,7 +823,7 @@ def delete(cls, ppd_id):
823823
preprocessed data EBI and VAMPS submission is not in a valid state
824824
['not submitted', 'failed']
825825
QiitaDBError
826-
If the preprocessed data has (meta)analyses
826+
If the preprocessed data has been processed
827827
"""
828828
valid_submission_states = ['not submitted', 'failed']
829829
ppd = cls(ppd_id)

0 commit comments

Comments
 (0)