azazel75 / macropy

Macros in Python: quasiquotes, case classes, LINQ and more!
29 stars 4 forks source link

fix py3.6 f-string ID for !a #16

Closed Technologicat closed 6 years ago

Technologicat commented 6 years ago

Something I noticed when reading through the MacroPy source.

There was a duplicate key in the dict; checked the correct value from GTS docs of FormattedValue, and fixed it; now !a should be supported correctly.

azazel75 commented 6 years ago

Good catch, thanks Juha!