Branch: refs/heads/master
  Home:   https://github.com/tianocore/edk2
  Commit: d97f3a1d80fc4880da9726d9a5d7504d3c31da70
      
https://github.com/tianocore/edk2/commit/d97f3a1d80fc4880da9726d9a5d7504d3c31da70
  Author: Joey Vagedes <[email protected]>
  Date:   2024-01-23 (Tue, 23 Jan 2024)

  Changed paths:
    M .pytool/Plugin/UncrustifyCheck/UncrustifyCheck.py

  Log Message:
  -----------
  .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 <[email protected]>
Cc: Liming Gao <[email protected]>
Cc: Michael D Kinney <[email protected]>
Cc: Sean Brogan <[email protected]>
Reviewed-by: Michael D Kinney <[email protected]>




_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to