Skip to content

Commit 802e919

Browse files
authored
Fix double-quoted engine process classpath argument (#2364)
1 parent fb98d56 commit 802e919

File tree

1 file changed

+1
-3
lines changed
  • utbot-intellij/src/main/kotlin/org/utbot/intellij/plugin/process

1 file changed

+1
-3
lines changed

utbot-intellij/src/main/kotlin/org/utbot/intellij/plugin/process/EngineProcess.kt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,7 @@ private val log4j2ConfigSwitch = "-Dlog4j2.configurationFile=${log4j2ConfigFile.
8585

8686
private val pluginClasspath: String
8787
get() = (EngineProcess::class.java.classLoader as PluginClassLoader).classPath.baseUrls.joinToString(
88-
separator = File.pathSeparator,
89-
prefix = "\"",
90-
postfix = "\""
88+
separator = File.pathSeparator
9189
)
9290

9391
private const val startFileName = "org.utbot.framework.process.EngineProcessMainKt"

0 commit comments

Comments
 (0)