Skip to content

Commit 8115b59

Browse files
committed
rm ()
1 parent b9ece69 commit 8115b59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qiita_db/metadata_template/prep_template.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ def delete(cls, id_):
274274

275275
# artifacts that are archived are not returned as part of the code
276276
# above and we need to clean them before moving forward
277-
for aa in cls(id_).archived_artifacts():
277+
for aa in cls(id_).archived_artifacts:
278278
qdb.artifact.Artifact.delete(aa.id)
279279

280280
# Delete the prep template filepaths

0 commit comments

Comments
 (0)