-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
2
-
2023-03-21 Ellen Ripley
F-strings are a Python 3.6 feature, but it turns out some shorter syntax (e.g. {{f"
{foo=}"}}) is Python 3.8-specific. Not all of our testing machines are running a Python version this new, so change these to {{f"foo=
{foo}"}}.