You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
raiseTypeError(f'left-over arguments at the end of evaluation: *{args}, **{kwargs}')
This error message hides the one that Python would raise, which reads "TypeError: 'int' object is not callable". It is nice to know we tried to call an int, it needs to be in the error message.
The text was updated successfully, but these errors were encountered:
yummycurry/src/yummycurry/curry.py
Line 107 in b47b576
This error message hides the one that Python would raise, which reads "TypeError: 'int' object is not callable". It is nice to know we tried to call an int, it needs to be in the error message.
The text was updated successfully, but these errors were encountered: