Skip to content

Commit 98cb654

Browse files
committed
no self
1 parent 4ec6830 commit 98cb654

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
@@ -163,8 +163,8 @@ def update_table(self, ht: hl.Table) -> hl.Table:
163163
project_families=ht.project_families,
164164
updates=ht.updates.add(
165165
hl.Struct(
166-
callset=self.callset_path,
167-
project_guid=self.project_guid,
166+
callset=callset_path,
167+
project_guid=project_guid,
168168
),
169169
),
170170
)

0 commit comments

Comments
 (0)