Python 3.8-specific syntax in RTS verifier

XMLWordPrintableJSON

      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}

      "}}.

            Assignee:
            Will Korteland
            Reporter:
            Will Korteland
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: