candidate.long_spec in error when concrete spec does not satisfy abstract
Signed-off-by: Gregory Becker <becker33@llnl.gov>
This commit is contained in:
parent
462379b92f
commit
79610ce80e
@ -572,7 +572,7 @@ def format_unsolved(unsolved_specs):
|
||||
for input_spec, candidate in unsolved_specs:
|
||||
msg += f"\n\tInput spec: {str(input_spec)}"
|
||||
if candidate:
|
||||
msg += f"\n\tCandidate spec: {str(candidate)}"
|
||||
msg += f"\n\tCandidate spec: {candidate.long_spec}"
|
||||
else:
|
||||
msg += "\n\t(No candidate specs from solver)"
|
||||
return msg
|
||||
|
Loading…
Reference in New Issue
Block a user