Skip to content

Commit df20359

Browse files
committed
kevm-pyk/__main__: omit_large_subst => minimize
1 parent f81aca1 commit df20359

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kevm-pyk/src/kevm_pyk/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ def exec_foundry_show(
427427
kcfg_file = kcfgs_dir / f'{test}.json'
428428
with open(kcfg_file, 'r') as kf:
429429
kcfg = KCFG.from_dict(json.loads(kf.read()))
430-
list(map(print, kcfg.pretty(foundry, omit_large_subst=minimize)))
430+
list(map(print, kcfg.pretty(foundry, minimize=minimize)))
431431
for node_id in nodes:
432432
kast = kcfg.node(node_id).cterm.kast
433433
if minimize:

0 commit comments

Comments
 (0)