diff options
author | Joey Vagedes <joey.vagedes@gmail.com> | 2024-01-22 14:41:15 -0800 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2024-01-23 16:04:20 +0000 |
commit | d97f3a1d80fc4880da9726d9a5d7504d3c31da70 (patch) | |
tree | a70a9c5f211ccdc01f5d7466bf7d6143a6ef0f2c /StandaloneMmPkg | |
parent | 313f9f01552227138e08a7a7f44be48e5ba20a99 (diff) | |
download | edk2-d97f3a1d80fc4880da9726d9a5d7504d3c31da70.tar.gz |
.pytool/Plugin: UncrustifyCheck: use stat instead of os.stat
The UncrustifyCheck plugin passes os.stat.S_IWRITE to os.chmod, when
attempting to change file permissions. os.stat.S_IWRITE does not exist
as os.stat is a function. The correct value is stat.S_IWRITE.
Signed-off-by: Joey Vagedes <joey.vagedes@gmail.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Sean Brogan <sean.brogan@microsoft.com>
Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>
Diffstat (limited to 'StandaloneMmPkg')
0 files changed, 0 insertions, 0 deletions