Skip to content

Commit

Permalink
fix(visualizeout): increase stack size to prevent crashes in large co…
Browse files Browse the repository at this point in the history
…ntracts
  • Loading branch information
sifislag committed Dec 17, 2024
1 parent 6bb2f2a commit 3e6f86d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions clients/visualizeout.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
sys.path.append(os.path.join(os.path.dirname(__file__), '..'))
from clientlib.facts_to_cfg import Statement, Block, Function, construct_cfg, load_csv_map # type: ignore

sys.setrecursionlimit(3000)

def emit(s: str, out: TextIO, indent: int=0):
# 4 spaces
Expand Down

0 comments on commit 3e6f86d

Please sign in to comment.