Skip to content

Commit 5e7dc27

Browse files
EgorkaKulikovtepa46
authored andcommitted
Several UI corrections
1 parent dcca1ff commit 5e7dc27

File tree

6 files changed

+17
-617
lines changed

6 files changed

+17
-617
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ buildType=NOJS
2020

2121
# IDE types that supports appropriate language
2222
javaIde=IC,IU
23-
pythonIde=IC,IU,PC,PY
23+
pythonIde=PC,PY
2424
jsIde=IU,PY
2525
jsBuild=ALL
2626
goIde=IU,GO

utbot-framework/src/main/kotlin/org/utbot/engine/UsvmSymbolicEngine.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ object UsvmSymbolicEngine {
101101
executionConverter.convert()
102102
}.getOrElse { e ->
103103
logger.warn(e) { "JcToUtExecutionConverter.convert(${jcExecution.method.method}) failed" }
104-
105104
val initialState = executionConverter.convertInitialStateOnly()
106105
val concreteExecutor =
107106
ConcreteExecutor(concreteExecutionContext.instrumentationFactory, classpath)

0 commit comments

Comments
 (0)