Add a proper shebang line to scripts/validate_filenames.py (#12733)

This commit is contained in:
Christian Clauss 2025-05-12 13:33:33 +02:00 committed by GitHub
parent 485f688d06
commit f721e598e5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,5 @@
#!python
#!/usr/bin/env python3
import os
try: