Skip to content

Commit f9b9bfe

Browse files
committed
Remove other redundant 'throw e'
1 parent e937a0a commit f9b9bfe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/src/main/scala/org/apache/spark/api/python/PythonWorkerFactory.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ private[spark] class PythonWorkerFactory(pythonExec: String, envVars: Map[String
7171
stopDaemon()
7272
startDaemon()
7373
new Socket(daemonHost, daemonPort)
74-
case e: Exception => throw e
7574
}
7675
}
7776
}

0 commit comments

Comments
 (0)