Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ayobi committed Nov 7, 2024
1 parent 9ffe48d commit e26b112
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions microsetta_interface/implementation.py
Original file line number Diff line number Diff line change
Expand Up @@ -2592,17 +2592,18 @@ def get_sample_results_experimental_authenticated(*, account_id=None,
if has_error:
return sample_output

return _render_with_defaults('new_results_page.jinja2',
account_id=account_id,
source_id=source_id,
sample=sample_output,
source_name=source_output['source_name'],
taxonomy=SERVER_CONFIG["taxonomy_resource"],
alpha_metric=SERVER_CONFIG["alpha_metric"],
beta_metric=SERVER_CONFIG["beta_metric"],
barcode_prefix=SERVER_CONFIG["barcode_prefix"],
show_breadcrumbs=True
)
return _render_with_defaults(
'new_results_page.jinja2',
account_id=account_id,
source_id=source_id,
sample=sample_output,
source_name=source_output['source_name'],
taxonomy=SERVER_CONFIG["taxonomy_resource"],
alpha_metric=SERVER_CONFIG["alpha_metric"],
beta_metric=SERVER_CONFIG["beta_metric"],
barcode_prefix=SERVER_CONFIG["barcode_prefix"],
show_breadcrumbs=True
)


# Note: ideally this would be represented as a DELETE, not as a GET
Expand Down

0 comments on commit e26b112

Please sign in to comment.