mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-19 04:51:24 +07:00
PY-81238 Packages: add space for better format
Signed-off-by: Nikita.Ashihmin <nikita.ashihmin@jetbrains.com> GitOrigin-RevId: 8ad78f68d857afc9f00bc77009b631522900c25e
This commit is contained in:
committed by
intellij-monorepo-bot
parent
b5f8f037ea
commit
ebaf7afd67
@@ -60,7 +60,7 @@ private fun getExecErrorMessage(
|
||||
additionalMessage: @NlsContexts.DialogTitle String?,
|
||||
execErrorReason: ExecErrorReason,
|
||||
): @Nls String {
|
||||
val commandLine = exec + args.joinToString(" ")
|
||||
val commandLine = exec + " " + args.joinToString(" ")
|
||||
return when (val r = execErrorReason) {
|
||||
is ExecErrorReason.CantStart -> {
|
||||
PyCommunityBundle.message("python.execution.cant.start.error",
|
||||
|
||||
Reference in New Issue
Block a user