Skip to content

Commit f721e59

Browse files
authored
Add a proper shebang line to scripts/validate_filenames.py (TheAlgorithms#12733)
1 parent 485f688 commit f721e59

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/validate_filenames.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
#!python
1+
#!/usr/bin/env python3
2+
23
import os
34

45
try:

0 commit comments

Comments
 (0)