microsoft / mu_feature_mm_supv

Project Mu - Feature Repo - MM Supervisor
https://microsoft.github.io/mu
Other
46 stars 28 forks source link

GenSpamArtifacts.py: Support Python 3.10, 3.11 #270

Closed Javagedes closed 5 months ago

Javagedes commented 5 months ago

Description

Python 3.10 and 3.11 do not support nested double quotes in f-strings. Replaces the nested double quote with a single quote.

How This Was Tested

N/A

Integration Instructions

N/A