Skip to content

Commit 01d0fe7

Browse files
pkhartskphracek
authored andcommitted
Fixup for version table script shebang to run on the correct version of python
1 parent 887c3a7 commit 01d0fe7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

generate_version_table.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python3
1+
#!/usr/bin/env python3
22
import os
33
import re
44
import sys

0 commit comments

Comments
 (0)