Skip to content

Commit f118b03

Browse files
authored
Use python3 explicitly in format.py
1 parent 4c23777 commit f118b03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Utilities/format.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22

33
import subprocess
44
import os

0 commit comments

Comments
 (0)