Skip to content

Commit bdafa9c

Browse files
committed
test: use 'env python3'
'env python' only works on some RH derivatives, on Debian and derivatives it does not work by default. Fixes #10
1 parent b793404 commit bdafa9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/native-messaging-hosts/write-on-close.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
import sys
33
import os
44
from pathlib import Path

0 commit comments

Comments
 (0)