Unknown variable reported with .format but not with f-string? #5980
Labels
addressed in next version
Issue is fixed and will appear in next published version
bug
Something isn't working
Describe the bug
Using
.format()
instead of a format string shows a different behavior about an unknown variable type that does not make sense (to me).Code or Screenshots
The code below shows:
...with
.format()
, but not with f-string.VS Code extension or command-line
Both:
The text was updated successfully, but these errors were encountered: