mirror of https://github.com/sbt/sbt.git
Fix
This commit is contained in:
parent
9ed7b2e022
commit
d71f1eaa8e
|
|
@ -83,7 +83,7 @@ case class SparkSubmit(
|
|||
.getLocation
|
||||
.getPath // TODO Safety check: protocol must be file
|
||||
|
||||
val (check, extraJars) = jars.partition(_ == mainJar)
|
||||
val (check, extraJars) = jars.partition(_.getAbsolutePath == mainJar)
|
||||
|
||||
if (check.isEmpty)
|
||||
Console.err.println(
|
||||
|
|
|
|||
Loading…
Reference in New Issue