jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/343763 )

Change subject: Only run under python3
......................................................................


Only run under python3

Change-Id: If41707720ee3309241fec3ea5b5d5bd490bffba0
---
M bin/cron-generate
M bin/run-job
2 files changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Cdentinger: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/bin/cron-generate b/bin/cron-generate
index 6b093aa..d1adb6f 100755
--- a/bin/cron-generate
+++ b/bin/cron-generate
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python3
 
 import sys
 
diff --git a/bin/run-job b/bin/run-job
index 82a9a78..a3ae229 100755
--- a/bin/run-job
+++ b/bin/run-job
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python3
 
 import sys
 

-- 
To view, visit https://gerrit.wikimedia.org/r/343763
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: If41707720ee3309241fec3ea5b5d5bd490bffba0
Gerrit-PatchSet: 3
Gerrit-Project: wikimedia/fundraising/process-control
Gerrit-Branch: master
Gerrit-Owner: Awight <[email protected]>
Gerrit-Reviewer: Cdentinger <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to