Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-shields committed Mar 8, 2021
1 parent 915c633 commit 4a1ec8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/uberjob/_execution/run_function_on_graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def run_function_on_graph(
error_count = 0
failure_lock = threading.Lock()

queue = create_queue(graph, source_nodes(graph), scheduler)
queue = create_queue(graph, source_nodes, scheduler)

def process_node(node):
nonlocal stop
Expand Down

0 comments on commit 4a1ec8e

Please sign in to comment.