-
Notifications
You must be signed in to change notification settings - Fork 117
[bugfix] Catch TypeError when filter_params function does not return a tuple
#2122
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2122 +/- ##
==========================================
+ Coverage 85.96% 85.97% +0.01%
==========================================
Files 53 53
Lines 9355 9362 +7
==========================================
+ Hits 8042 8049 +7
Misses 1313 1313
Continue to review full report at Codecov.
|
vkarak
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lgtm, just a couple of minor comments.
|
I am fixing those two little comments. |
The requirements of this function have now been relaxed to just require an iterable in return. If this requirement is still not met, we now raise a
ReframeSyntaxError.Closes #2118