- [x] I have checked that this issue has not already been reported. - [x] I have confirmed this bug exists on the latest version of pytask. - [ ] (optional) I have confirmed this bug exists on the `main` branch of pytask. --- I don't know why this happens, but when running `pytask dag` I get this error: ```bash TypeError: object of type 'Sentinel' has no len() ``` #### Problem description #### Expected Output Expected to produce a DAG but results in an error.