Merge pull request #114047 from Repiteo/ci/enforce-shebang
CI: Fix executable perms for various files
This commit is contained in:
commit
4b6c88deda
18 changed files with 22 additions and 16 deletions
|
|
@ -1,4 +1,5 @@
|
|||
#!/usr/bin/python3
|
||||
#!/usr/bin/env python3
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
import os
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue