Skip to content

Commit e3bd772

Browse files
authored
validate_filenames.py Shebang python for Windows (TheAlgorithms#12371)
1 parent e3f3d66 commit e3bd772

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/validate_filenames.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python3
1+
#!python
22
import os
33

44
try:

0 commit comments

Comments
 (0)