mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 01:31:03 +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 subprocess
|
||||
import sys
|
||||
|
|
Loading…
Reference in a new issue