Skip to content

Commit

Permalink
Lint roller
Browse files Browse the repository at this point in the history
  • Loading branch information
vincent-czi committed Sep 5, 2024
1 parent 5ddc542 commit ac6bab2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/backend/aspen/workflows/nextstrain_run/export.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,11 @@ def dump_yaml_template(
session, phylo_run.pathogen, phylo_run.template_args, group
)
builder: TemplateBuilder = TemplateBuilder(
phylo_run.tree_type, phylo_run.pathogen, phylo_run.group, resolved_template_args, **context
phylo_run.tree_type,
phylo_run.pathogen,
phylo_run.group,
resolved_template_args,
**context,
)
builder.write_file(builds_file_fh)

Expand Down

0 comments on commit ac6bab2

Please sign in to comment.