Skip to content

Commit f39db46

Browse files
committed
another
1 parent eff732a commit f39db46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

v03_pipeline/lib/tasks/update_lookup_table.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def update_table(self, ht: hl.Table) -> hl.Table:
7474
ht = ht.annotate_globals(
7575
updates=ht.updates.add(
7676
hl.Struct(
77-
callset=callset_path,
77+
callset=self.callset_path,
7878
project_guid=project_guid,
7979
),
8080
),
@@ -100,7 +100,7 @@ def update_table(self, ht: hl.Table) -> hl.Table:
100100
project_families=ht.project_families,
101101
updates=ht.updates.add(
102102
hl.Struct(
103-
callset=callset_path,
103+
callset=self.callset_path,
104104
project_guid=project_guid,
105105
),
106106
),

0 commit comments

Comments
 (0)