3
0
Fork 0
mirror of https://github.com/YosysHQ/sby.git synced 2025-04-05 06:04:06 +00:00

fix error message formatting

This commit is contained in:
N. Engelhardt 2020-07-21 14:48:38 +02:00
parent 494f84b0ab
commit 7bae1b8bba

View file

@ -131,7 +131,7 @@ def run(mode, job, engine_idx, engine):
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