Skip to content

Commit 497f100

Browse files
committed
Sneak in a space and hope no one will notice
1 parent 05ba6da commit 497f100

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/pyspark/java_gateway.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def preexec_func():
5656
(stdout, _) = proc.communicate()
5757
exit_code = proc.poll()
5858
error_msg = "Launching GatewayServer failed"
59-
error_msg += " with exit code %d!" % exit_code if exit_code else "! "
59+
error_msg += " with exit code %d! " % exit_code if exit_code else "! "
6060
error_msg += "(Warning: unexpected output detected.)\n\n"
6161
error_msg += gateway_port + stdout
6262
raise Exception(error_msg)

0 commit comments

Comments
 (0)