1
0
mirror of https://github.com/godotengine/godot.git synced 2025-12-30 18:30:54 +00:00

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
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