fixup after rebase
This commit is contained in:
parent
81ea29b007
commit
c10797718a
@ -849,6 +849,8 @@ def on_model(model):
|
|||||||
error_handler = ErrorHandler(best_model)
|
error_handler = ErrorHandler(best_model)
|
||||||
error_handler.raise_if_errors()
|
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)
|
answers = builder.build_specs(spec_attrs)
|
||||||
|
|
||||||
# add best spec to the results
|
# add best spec to the results
|
||||||
|
Loading…
Reference in New Issue
Block a user