Uploaded image for project: 'WiredTiger'
  1. WiredTiger
  2. WT-10722

Python 3.8-specific syntax in RTS verifier

    • 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}

      "}}.

            Assignee:
            will.korteland@mongodb.com Will Korteland
            Reporter:
            will.korteland@mongodb.com Will Korteland
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: