Skip to content

Commit

Permalink
Update discopop_explorer/parallel_utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasrothenberger authored Nov 29, 2023
1 parent 8f04e70 commit 6cfe8fa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions discopop_explorer/parallel_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ def pet_function_metadata_initialize_worker(pet):
global_pet = pet


def pet_function_metadata_parse_func(param_tuple):
func_node = param_tuple
def pet_function_metadata_parse_func(func_node):
stack: List[Node] = global_pet.direct_children(func_node)
func_node.children_cu_ids = [node.id for node in stack]
local_children: Set[NodeID] = set()
Expand Down

0 comments on commit 6cfe8fa

Please sign in to comment.