astunparse icon indicating copy to clipboard operation
astunparse copied to clipboard

Use correct write call for FormattedValue

Open VHellendoorn opened this issue 3 years ago • 0 comments

The unparser for formatted values incorrectly referred to _fstring_JoinedStr, which expects a values property that FormattedValues don't have. This PR updates to the correct call.

VHellendoorn avatar Sep 29 '20 18:09 VHellendoorn