fixup after rebase

This commit is contained in:
Gregory Becker 2023-06-13 12:11:27 -07:00
parent 81ea29b007
commit c10797718a

View File

@ -849,6 +849,8 @@ def on_model(model):
error_handler = ErrorHandler(best_model)
error_handler.raise_if_errors()
# build specs from spec attributes in the model
spec_attrs = [(name, tuple(rest)) for name, *rest in extract_args(best_model, "attr")]
answers = builder.build_specs(spec_attrs)
# add best spec to the results