Skip to content

Commit 740bf73

Browse files
committed
missed one
1 parent 57edcc6 commit 740bf73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

v03_pipeline/lib/misc/lookup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def globalize_ids(ht: hl.Table, project_guid: str) -> hl.Table:
4747
ht = ht.annotate_globals(
4848
project_guids=[project_guid],
4949
project_families=(
50-
{project_guid: [fs.family_guid for fs in ps] for ps in row[0].project_stats}
50+
{project_guid: [fs.family_guid for fs in ps] for ps in row.project_stats}
5151
if has_project_stats
5252
else hl.empty_dict(hl.tstr, hl.tarray(hl.tstr))
5353
),

0 commit comments

Comments
 (0)