Skip to content

Commit 22b1acd

Browse files
committed
Fix style again (minor)
1 parent afcffea commit 22b1acd

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
@@ -83,7 +83,7 @@ def preexec_func():
8383
# JVMs. Instead, we use "taskkill" with the tree-kill option "/t" to terminate all
8484
# child processes.
8585
def killChild():
86-
Popen(["cmd", "/c", "taskkill", "/f", "/t", "/pid", str(proc.pid)])
86+
Popen(["cmd", "/c", "taskkill", "/f", "/t", "/pid", str(proc.pid)])
8787
atexit.register(killChild)
8888

8989
# Create a thread to echo output from the GatewayServer, which is required

0 commit comments

Comments
 (0)