Skip to content

Commit 311d618

Browse files
committed
fix flake8
1 parent add088a commit 311d618

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

qiita_db/test/test_artifact.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1539,7 +1539,8 @@ def test_archive(self):
15391539
mp = partial(join, mpath)
15401540
fps = [
15411541
mp('processed_data/1_study_1001_closed_reference_otu_table.biom'),
1542-
mp('processed_data/1_study_1001_closed_reference_otu_table_Silva.biom'),
1542+
mp('processed_data/'
1543+
'1_study_1001_closed_reference_otu_table_Silva.biom'),
15431544
mp('raw_data/1_s_G1_L001_sequences.fastq.gz'),
15441545
mp('raw_data/1_s_G1_L001_sequences_barcodes.fastq.gz')]
15451546
for fp in fps:
@@ -1570,5 +1571,6 @@ def test_archive(self):
15701571
for fp in fps:
15711572
copyfile(f'{fp}.bk', fp)
15721573

1574+
15731575
if __name__ == '__main__':
15741576
main()

0 commit comments

Comments
 (0)