mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 19:21:06 +00:00
git-hooks: Allow running the precommit hook in Windows
Windows based Python does not install a python3 executable, that one is managed by the Microsoft Store as an alias exclusively. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4968>
This commit is contained in:
parent
139f6ab82a
commit
3dc1b12f13
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python
|
||||||
import os
|
import os
|
||||||
import subprocess
|
import subprocess
|
||||||
import sys
|
import sys
|
||||||
|
|
Loading…
Reference in a new issue