Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Add a proper shebang line to scripts/validate_filenames.py (TheAlgori…
  • Loading branch information
cclauss authored May 12, 2025
commit f721e598e5677ed368b7dbd119092eb409ab2fb0
3 changes: 2 additions & 1 deletion scripts/validate_filenames.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!python
#!/usr/bin/env python3

import os

try:
Expand Down