Skip to content

Commit

Permalink
Remove spurious empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
megatron-me-uk committed Jul 8, 2015
1 parent 98fa101 commit 04ae1d5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/pyspark/rdd.py
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,6 @@ def pipe(self, command, env={}, checkCode=False):
:param checkCode: whether or not to check the return value of the shell command.
"""

def func(iterator):
pipe = Popen(
shlex.split(command), env=env, stdin=PIPE, stdout=PIPE)
Expand Down

0 comments on commit 04ae1d5

Please sign in to comment.