Skip to content

Commit

Permalink
fix error message formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
nakengelhardt committed Jul 21, 2020
1 parent 494f84b commit 7bae1b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sbysrc/sby_engine_btor.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def output_callback(line):
assert common_state.produced_cex == 0

else:
job.error("engine_{}: BTOR solver '{}' is currently not supported in cover mode.".format(solver_args[0]))
job.error("engine_{}: BTOR solver '{}' is currently not supported in cover mode.".format(engine_idx, solver_args[0]))

if (common_state.produced_cex < common_state.expected_cex) and line == "sat":
assert common_state.wit_file == None
Expand Down

0 comments on commit 7bae1b8

Please sign in to comment.