Skip to content

Commit

Permalink
Fix style again (minor)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewor14 committed Aug 27, 2014
1 parent afcffea commit 22b1acd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/pyspark/java_gateway.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def preexec_func():
# JVMs. Instead, we use "taskkill" with the tree-kill option "/t" to terminate all
# child processes.
def killChild():
Popen(["cmd", "/c", "taskkill", "/f", "/t", "/pid", str(proc.pid)])
Popen(["cmd", "/c", "taskkill", "/f", "/t", "/pid", str(proc.pid)])
atexit.register(killChild)

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

0 comments on commit 22b1acd

Please sign in to comment.