mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-30 02:37:19 +02:00
ci: fix check_executables issue on Windows
This commit is contained in:
@ -55,8 +55,8 @@ def _check_git_filemode(full_path): # type: (str) -> bool
|
||||
|
||||
mode = stdout.split(' ', 1)[0] # e.g. 100644 for a rw-r--r--
|
||||
if any([int(i, 8) & 1 for i in mode[-3:]]):
|
||||
return False
|
||||
return True
|
||||
return True
|
||||
return False
|
||||
|
||||
|
||||
def is_executable(full_path): # type: (str) -> bool
|
||||
|
Reference in New Issue
Block a user