We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I thought I was experiencing the issue #3700 still in 3.1.2. But I've noticed that this only happens when terminating a statement with ';'.
Is this intentional?
i.e.
misc.imread("myImage.png") <<< indents here
misc.imread("myImage.png")
<<< indents here
but
misc.imread("myImage.png"); ............<<< indents here
misc.imread("myImage.png");
............<<< indents here
The text was updated successfully, but these errors were encountered:
Thanks for reporting. This is a duplicate of issue #4096.
Sorry, something went wrong.
No branches or pull requests
I thought I was experiencing the issue #3700 still in 3.1.2. But I've noticed that this only happens when terminating a statement with ';'.
Is this intentional?
i.e.
misc.imread("myImage.png")
<<< indents here
but
misc.imread("myImage.png");
............<<< indents here
The text was updated successfully, but these errors were encountered: