Skip to content

Commit bf4fcbd

Browse files
committed
Merge branch 'delayed-nodes' of https://github.com/pytask-dev/pytask into delayed-nodes
2 parents bf95f75 + d218e5a commit bf4fcbd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/_pytask/execute.py

+1
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ def pytask_execute_task_setup(session: Session, task: PTask) -> None: # noqa: C
148148
continue
149149

150150
node_state = node.state()
151+
151152
if node_signature in predecessors and not node_state:
152153
msg = f"{task.name!r} requires missing node {node.name!r}."
153154
if IS_FILE_SYSTEM_CASE_SENSITIVE:

0 commit comments

Comments
 (0)