Update bombshell-client

This commit is contained in:
Brian Zalewski 2022-09-26 22:09:50 -04:00 committed by GitHub
parent ce843d49f7
commit 17303a9f92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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),
)