Skip to content

Commit 6f927be

Browse files
committed
commented out debugging line
1 parent 9310aa6 commit 6f927be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pydra/engine/submitter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ async def expand_workflow(self, wf, rerun=False):
169169
await asyncio.sleep(1)
170170
if ii > 60:
171171
blocked = _list_blocked_tasks(graph_copy)
172-
get_runnable_tasks(graph_copy)
172+
# get_runnable_tasks(graph_copy) # Uncomment to debug `get_runnable_tasks`
173173
raise Exception(
174174
"graph is not empty, but not able to get more tasks "
175175
"- something may have gone wrong when retrieving the results "

0 commit comments

Comments
 (0)