Skip to content

Commit

Permalink
for wk -> for _, wk
Browse files Browse the repository at this point in the history
  • Loading branch information
antgonza committed Dec 19, 2023
1 parent cd213a9 commit 6a7719f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qiita_db/metadata_template/prep_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -893,7 +893,7 @@ def _get_predecessors(workflow, node):
workflows = sorted(workflows, reverse=True)[:1]

missing_artifacts = dict()
for wk in workflows:
for _, wk in workflows:
missing_artifacts[wk] = dict()
for node, degree in wk.graph.out_degree():
if degree != 0:
Expand Down

0 comments on commit 6a7719f

Please sign in to comment.