-
Notifications
You must be signed in to change notification settings - Fork 3
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
Make raise
statements show the correct function name
#138
Conversation
This should also accept just function name. Ex. |
It would be nice to get like this:
if called |
What, like this?
instead of
|
|
OK, now I'm even more confused |
So if the function returns
would give
would give |
When it is not defined yet, it raise errors 2 times. It could be for the
|
? Can't reproduce |
What do you mean? |
What is even the issue? |
Check the last error message on the screenshot. |
It looks fine to me... |
It missed the closing parenthesis. |
That's such a minor thing though. It doesn't really matter |
Well you are right. But this looks weird to me. |
Closes #137