Skip to content

Commit 41300a3

Browse files
committed
bump eval up
1 parent 8641f00 commit 41300a3

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
@@ -128,7 +128,7 @@ def remove_project(
128128
existing_project_guids = hl.eval(ht.globals.project_guids)
129129
if project_guid not in existing_project_guids:
130130
return ht
131-
project_indexes_to_keep = (
131+
project_indexes_to_keep = hl.eval(
132132
hl.enumerate(existing_project_guids)
133133
.filter(lambda item: item[1] != project_guid)
134134
.map(lambda item: item[0])

0 commit comments

Comments
 (0)