-
Notifications
You must be signed in to change notification settings - Fork 66
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
error not forwarded as a exception #1406
Comments
@emily-howell -- this is the issue I mentioned in our last meeting. |
@cyrush Great. I will take a look at this! |
@cyrush I think I am miss-understanding the bug here. If I run this:
I get this out when I print out the actions:
which looks to me like it matches the malformed actions you posted above. I get the following failure when I run that code:
|
Let try this one: (w/o a filter specified)
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The following actions are malformed:
However the error will not trigger an exception when we try to forward:
This will:
Sounds like we need to check for empy pipeline
The text was updated successfully, but these errors were encountered: