When UncrustifyCheck attempts to update the permissions of a file ( Only happens when a different error occurs ), it incorrectly uses os.stat.S_IWRITE, which does not exist. The correct value is stat.S_IWRITE.
see os.chmod documentation: https://docs.python.org/3/library/os.html#os.chmod Cc: Liming Gao <gaolim...@byosoft.com.cn> Cc: Michael D Kinney <michael.d.kin...@intel.com> Cc: Sean Brogan <sean.bro...@microsoft.com> Joey Vagedes (1): .pytool/Plugin: UncrustifyCheck: use stat instead of os.stat .pytool/Plugin/UncrustifyCheck/UncrustifyCheck.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -- 2.40.1.vfs.0.0 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#114152): https://edk2.groups.io/g/devel/message/114152 Mute This Topic: https://groups.io/mt/103898980/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-