Merge pull request #114047 from Repiteo/ci/enforce-shebang

CI: Fix executable perms for various files
This commit is contained in:
Thaddeus Crews 2025-12-15 13:02:05 -06:00
commit 4b6c88deda
No known key found for this signature in database
GPG key ID: 8C6E5FEB5FC03CCC
18 changed files with 22 additions and 16 deletions

View file

@ -1,4 +1,5 @@
#!/usr/bin/python3
#!/usr/bin/env python3
from __future__ import annotations
import os