From 17303a9f922cb7de884cd9e97b3d6d32e88f2913 Mon Sep 17 00:00:00 2001 From: Brian Zalewski <59970525+ProfessorManhattan@users.noreply.github.com> Date: Mon, 26 Sep 2022 22:09:50 -0400 Subject: [PATCH] Update bombshell-client --- bin/bombshell-client | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/bombshell-client b/bin/bombshell-client index 73ea314..940dcfd 100755 --- a/bin/bombshell-client +++ b/bin/bombshell-client @@ -352,7 +352,7 @@ def main_master(): assert remote_command def anypython(exe): - return "` test -x %s && echo %s || echo python`" % ( + return "` test -x %s && echo %s || echo python3`" % ( quote(exe), quote(exe), )