ammarhakim / postgkyl

Postprocessing tool for Gkeyll 1.0 and 2.0 data
https://gkeyll.readthedocs.io/en/latest/
MIT License
9 stars 4 forks source link

Fixing quotes in f-strings #143

Closed pcagas closed 2 months ago

pcagas commented 2 months ago

In Python 3.12, the quotes in f-strings are evaluated differently; i.e., quotes for dictionary keys can be the same as those of the string itself.

Fixing to work in Python 3.11.