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
Describe the bug When using the * operator to extend/unroll an array the following error is thrown: Unhandled expression type '<Expression>'
*
Unhandled expression type '<Expression>'
To Reproduce
test_array = ["123", "456"] bigger_array = [*test_array, "789"]
Expected behavior No error should be raised.
VS Code extension or command-line VS Code
Additional context Python 3.6 (Anaconda)
The text was updated successfully, but these errors were encountered:
Thanks for the bug report. I introduced a fix, and it will be in the next release.
Sorry, something went wrong.
This is fixed in 1.0.11, which I just released.
No branches or pull requests
Describe the bug
When using the
*
operator to extend/unroll an array the following error is thrown:Unhandled expression type '<Expression>'
To Reproduce
Expected behavior
No error should be raised.
VS Code extension or command-line
VS Code
Additional context
Python 3.6 (Anaconda)
The text was updated successfully, but these errors were encountered: