python-batch-runner icon indicating copy to clipboard operation
python-batch-runner copied to clipboard

Add checks for add_node to protect against nodes with non-existent dependency

Open natsunlee opened this issue 6 years ago • 0 comments

Need to add guardrails and throw error if node is added with a non-existent dependency.

Currently, this will cause the node to simply be ignored.

natsunlee avatar Sep 10 '19 15:09 natsunlee