Default to python3 in hook example (the script supports 2 and 3)
This commit is contained in:
@@ -9,7 +9,7 @@ Example hook:
|
|||||||
REV="$2"
|
REV="$2"
|
||||||
TXN_NAME="$3"
|
TXN_NAME="$3"
|
||||||
|
|
||||||
/usr/bin/python "$REPOS"/hooks/notify_attract.py "$REPOS" "$REV"
|
/usr/bin/python3 "$REPOS"/hooks/notify_attract.py "$REPOS" "$REV"
|
||||||
|
|
||||||
The
|
The
|
||||||
[`notify_attract.py`](https://developer.blender.org/source/attract/browse/master/notify_attract.py)
|
[`notify_attract.py`](https://developer.blender.org/source/attract/browse/master/notify_attract.py)
|
||||||
|
Reference in New Issue
Block a user