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 41c2007 commit 3334df0Copy full SHA for 3334df0
utbot-python/src/main/kotlin/org/utbot/python/engine/fuzzing/FuzzingEngine.kt
@@ -315,7 +315,7 @@ class FuzzingEngine(
315
Throwable(stackTraceMessage)
316
)
317
description.limitManager.addInvalidExecution()
318
- logger.debug(stackTraceMessage)
+ logger.warn(stackTraceMessage)
319
PythonExecutionResult(InvalidExecution(utError), PythonFeedback(control = Control.PASS))
320
}
321
0 commit comments