Skip to content

Commit 4b860fa

Browse files
committed
Error message causing more errors...
1 parent 954132e commit 4b860fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

experiments/Synth/src/synth_process.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ function synth_biodivine(
1919
try
2020
sat_examples = evaluator(problem, expr, vertex_names)
2121
catch
22-
@error "Problem evaluating: Problem name $(problem.name) state: $(in[:state]) $expr, i: $i."
22+
@error "Problem evaluating: Problem name $(problem.name), expr: $expr, i: $i."
2323
end
2424

2525
if isnothing(sat_examples)

0 commit comments

Comments
 (0)