Skip to content

Commit 3dcd2cd

Browse files
committed
...formatting...
1 parent 8244f78 commit 3dcd2cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rlbot/utils/gateway.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def launch(
7777
if CURRENT_OS == "Windows":
7878
args = [str(path), str(port)]
7979
else:
80-
args = f"{path} {port}" # on Unix, when shell=True, args must be a string for flags to reach the executable
80+
args = f"{path} {port}" # on Unix, when shell=True, args must be a string for flags to reach the executable
8181
DEFAULT_LOGGER.info("Launching RLBotServer with via %s", args)
8282

8383
return subprocess.Popen(args, shell=True, cwd=directory), port

0 commit comments

Comments
 (0)