Skip to content

Commit

Permalink
udpate error message
Browse files Browse the repository at this point in the history
  • Loading branch information
Davies Liu committed Mar 31, 2016
1 parent 72a5ec0 commit 876f9f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ private[spark] class PythonRunner(
argOffsets: Array[Array[Int]])
extends Logging {

require(funcs.length == argOffsets.length, "numArgs should have the same length as funcs")
require(funcs.length == argOffsets.length, "argOffsets should have the same length as funcs")

// All the Python functions should have the same exec, version and envvars.
private val envVars = funcs.head.funcs.head.envVars
Expand Down

0 comments on commit 876f9f9

Please sign in to comment.