Skip to content
Discussion options

You must be logged in to vote

Hello @Jaza,

about the traceback and your error, this is because the generator is no yielding anything due the exception occurring. You are no able to see what exception is because your generator does not re-raise the error.

Please read Dependencies with yield and except.

Hope this helps.

Replies: 4 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by Jaza
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Question or problem
3 participants