microsoft / mu_feature_config

Project Mu - Feature Repo - UEFI User Config and Management Support
https://microsoft.github.io/mu/
Other
20 stars 27 forks source link

Remove xml_file args from WriteConfVarListToUefiVars.py #420

Closed kanechen66 closed 2 weeks ago

kanechen66 commented 2 weeks ago

Description

There is an unnecessary argument -x in the WriteConfVarListToUefiVars.py script in PR #413

For details on how to complete these options and their meaning refer to CONTRIBUTING.md.

How This Was Tested

python WriteConfVarListToUefiVars.py -l test.vl and it doesn't require -x arg

Integration Instructions

N/A

kanechen66 commented 2 weeks ago

@os-d @apop5 hi Oliver and Aaron Sorry there was an xml_file (-x) added in WriteConfVarListToUefiVars.py in PR#413 pls help to review this fix thanks.