We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5c64ec commit 031f41fCopy full SHA for 031f41f
project/PythonBuildPlugin.scala
@@ -95,7 +95,7 @@ object PythonBuildPlugin extends AutoPlugin {
95
s.log.info(s"Running '${cmd.mkString(" ")}' in '$wd'")
96
val ec = Process(cmd, wd, "RASTERFRAMES_VERSION" -> ver).!
97
if (ec != 0)
98
- throw new MessageOnlyException(s"'$cmd' exited with value '$ec'")
+ throw new MessageOnlyException(s"'${cmd.mkString(" ")}' exited with value '$ec'")
99
ec
100
},
101
pyWhl := pyWhlImp.value,
0 commit comments