We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9ece69 commit 8115b59Copy full SHA for 8115b59
qiita_db/metadata_template/prep_template.py
@@ -274,7 +274,7 @@ def delete(cls, id_):
274
275
# artifacts that are archived are not returned as part of the code
276
# above and we need to clean them before moving forward
277
- for aa in cls(id_).archived_artifacts():
+ for aa in cls(id_).archived_artifacts:
278
qdb.artifact.Artifact.delete(aa.id)
279
280
# Delete the prep template filepaths
0 commit comments