Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

-X <task> causes a NetworkXError if the task is not in the final build graph #105

Open
NiklasRosenstein opened this issue Sep 5, 2023 · 0 comments
Labels
type: bug Something isn't working

Comments

@NiklasRosenstein
Copy link
Contributor

raise NetworkXError(f"The node {n}             
                             is not in the digraph.") from err                  
                             networkx.exception.NetworkXError: The              
                             node :gitlabci is not in the digraph.

We should not trigger any errors when the desginated task exists, but warn if the task does not exist or would not be run anyway.

@NiklasRosenstein NiklasRosenstein added the type: bug Something isn't working label Sep 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
Status: No status
Development

No branches or pull requests

1 participant