Skip to content

Commit

Permalink
missing [ - no ci
Browse files Browse the repository at this point in the history
  • Loading branch information
antgonza committed Dec 20, 2024
1 parent e83913d commit b21348f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qiita_pet/handlers/download.py
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ def get(self, prep_template_id):
for fn, (a, fp) in bioms.items():
aname = basename(fp["fp"])
nname = f'{a.id}_{aname}'
files.append(fp['fp'], nname)
files.append([fp['fp'], nname])

hname = ''
if aname in human_names:
Expand Down

0 comments on commit b21348f

Please sign in to comment.