fix: check_arithmetic(ops) — was passing contract_id (string) instead of ops list
Deploy contracts-flask / validate (push) Successful in 0s
Deploy contracts-flask / validate (push) Successful in 0s
This commit is contained in:
@@ -103,7 +103,7 @@ def run_pipeline(contract_id, order_ids, build_prompt_fn):
|
|||||||
}
|
}
|
||||||
|
|
||||||
# Arithmetic check
|
# Arithmetic check
|
||||||
check_arithmetic(contract_id)
|
check_arithmetic(ops)
|
||||||
|
|
||||||
yield {
|
yield {
|
||||||
"type": "applied",
|
"type": "applied",
|
||||||
|
|||||||
Reference in New Issue
Block a user