We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8244f78 commit 3dcd2cdCopy full SHA for 3dcd2cd
rlbot/utils/gateway.py
@@ -77,7 +77,7 @@ def launch(
77
if CURRENT_OS == "Windows":
78
args = [str(path), str(port)]
79
else:
80
- args = f"{path} {port}" # on Unix, when shell=True, args must be a string for flags to reach the executable
+ args = f"{path} {port}" # on Unix, when shell=True, args must be a string for flags to reach the executable
81
DEFAULT_LOGGER.info("Launching RLBotServer with via %s", args)
82
83
return subprocess.Popen(args, shell=True, cwd=directory), port
0 commit comments