Skip to content

Commit

Permalink
If we get the per-cell project from bs_project then make the heading
Browse files Browse the repository at this point in the history
explicit.
  • Loading branch information
tbooth committed Feb 5, 2024
1 parent b7c91ea commit 33f5ac8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ def format_cell(cdict, cell_link=None):
# If there is no project, we should check bs_project(s). In principle
# there could be more than one.
if not 'project' in cdict:
rep("<dt>project</dt>")
rep("<dt>bs_project</dt>")
projects_str = ', '.join(sorted(set([ b['bs_project']
for b in cdict.get('barcodes', [])
if 'bs_project' in b
Expand Down

0 comments on commit 33f5ac8

Please sign in to comment.