Skip to content
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

Array extension via * throws errors #68

Closed
TheCleric opened this issue Apr 10, 2019 · 2 comments
Closed

Array extension via * throws errors #68

TheCleric opened this issue Apr 10, 2019 · 2 comments

Comments

@TheCleric
Copy link

Describe the bug
When using the * operator to extend/unroll an array the following error is thrown:
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)

@erictraut
Copy link
Collaborator

Thanks for the bug report. I introduced a fix, and it will be in the next release.

@erictraut
Copy link
Collaborator

This is fixed in 1.0.11, which I just released.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants