This is an automated email from the ASF dual-hosted git repository.
mck pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra-builds.git
The following commit(s) were added to refs/heads/trunk by this push:
new 138d725 ninja-fix contribulyze.py to use python (not python3)
138d725 is described below
commit 138d725d5dbd54041f31d14a0dcd81434b32c799
Author: Mick Semb Wever <[email protected]>
AuthorDate: Mon Mar 6 23:07:00 2023 +0100
ninja-fix contribulyze.py to use python (not python3)
---
contribulyze/contribulyze.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contribulyze/contribulyze.py b/contribulyze/contribulyze.py
index bbff8c5..f7489b3 100755
--- a/contribulyze/contribulyze.py
+++ b/contribulyze/contribulyze.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
#
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]