You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Preprocessor script was using syntax that works with Python 3.12 but
not with older version.
Namely, string in format string using the same delimiter as
outer string. Example: f'abc{'def'}xyz'
This commit changes delimiters of inner string to make script
compatible with older versions of Python.
0 commit comments