Skip to content

Commit 6e7190e

Browse files
Merge pull request #1338 from vineetgarc/topic-minor-python-fix
use python3 in testsuite-filter ...
2 parents c7853bf + 570e207 commit 6e7190e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/testsuite-filter

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

44
from __future__ import print_function

0 commit comments

Comments
 (0)