From fdede4f0946609f6263a931b15746d50381e09f8 Mon Sep 17 00:00:00 2001 From: Nikhil Collooru Date: Thu, 12 Feb 2026 11:51:14 -0800 Subject: [PATCH] Use python3 for launcher script --- launcher/src/main/scripts/bin/launcher.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/launcher/src/main/scripts/bin/launcher.py b/launcher/src/main/scripts/bin/launcher.py index 7d576c38ee..7415a3b4b1 100755 --- a/launcher/src/main/scripts/bin/launcher.py +++ b/launcher/src/main/scripts/bin/launcher.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 import errno import os