Skip to content

Commit ed44fb3

Browse files
committed
biom -> log
1 parent 1762459 commit ed44fb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qiita_db/artifact.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -702,7 +702,7 @@ def archive(cls, artifact_id):
702702

703703
# get the log file so we can delete
704704
fids = [x['fp_id'] for x in artifact.filepaths
705-
if x['fp_type'] == 'biom']
705+
if x['fp_type'] == 'log']
706706

707707
with qdb.sql_connection.TRN:
708708
artifact._set_visibility('archived', propagate=False)

0 commit comments

Comments
 (0)